A C D E F H I L M N O P R S T Z 
All Classes All Packages

C

concat(Iterable<A>) - Method in interface software.kes.enhancediterables.EnhancedIterable
Lazily concatenates another Iterable to the end of this EnhancedIterable, yielding a new EnhancedIterable.
concat(Iterable<A>) - Method in interface software.kes.enhancediterables.NonEmptyIterable
Lazily concatenates an Iterable to the end of this NonEmptyIterable, yielding a new NonEmptyIterable.
concat(Collection<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
Lazily concatenates a Collection to the end of this FiniteIterable, yielding a new FiniteIterable.
concat(Collection<A>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Lazily concatenates a Collection to the end of this NonEmptyFiniteIterable, yielding a new NonEmptyFiniteIterable.
concat(FiniteIterable<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
Lazily concatenates another FiniteIterable to the end of this FiniteIterable, yielding a new FiniteIterable.
concat(FiniteIterable<A>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Lazily concatenates a FiniteIterable to the end of this NonEmptyFiniteIterable, yielding a new NonEmptyFiniteIterable.
concat(ImmutableFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Lazily concatenates another ImmutableFiniteIterable to the end of this ImmutableFiniteIterable, yielding a new ImmutableFiniteIterable.
concat(ImmutableFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
Lazily concatenates another ImmutableFiniteIterable to the end of this ImmutableNonEmptyFiniteIterable, yielding a new ImmutableIterable.
concat(ImmutableIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableIterable
Lazily concatenates another ImmutableIterable to the end of this ImmutableIterable, yielding a new ImmutableIterable.
concat(ImmutableIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
Lazily concatenates an ImmutableIterable to the end of this ImmutableNonEmptyIterable, yielding a new ImmutableNonEmptyIterable.
concat(ImmutableNonEmptyFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Lazily concatenates an ImmutableNonEmptyFiniteIterable to the end of this ImmutableFiniteIterable, yielding a new ImmutableNonEmptyFiniteIterable.
concat(ImmutableNonEmptyIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableIterable
Lazily concatenates an ImmutableNonEmptyIterable to the end of this ImmutableIterable, yielding a new ImmutableNonEmptyIterable.
concat(NonEmptyFiniteIterable<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
Lazily concatenates a NonEmptyFiniteIterable to the end of this FiniteIterable, yielding a new NonEmptyFiniteIterable.
concat(NonEmptyIterable<A>) - Method in interface software.kes.enhancediterables.EnhancedIterable
Lazily concatenates a NonEmptyIterable to the end of this EnhancedIterable, yielding a new NonEmptyIterable.
copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
Creates an ImmutableFiniteIterable by copying elements from an Iterable.
copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
Creates an ImmutableFiniteIterable by copying elements from an Iterable.
copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Creates an ImmutableFiniteIterable by copying elements from an Iterable.
copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
Creates an ImmutableFiniteIterable by copying elements from an Iterable.
copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
Creates an ImmutableFiniteIterable by copying elements from a Collection.
copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
Creates an ImmutableFiniteIterable by copying elements from a Collection.
copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Creates an ImmutableFiniteIterable by copying elements from a Collection.
copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
Creates an ImmutableFiniteIterable by copying elements from a Collection.
copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
Creates an ImmutableFiniteIterable by copying elements from a FiniteIterable.
copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
Creates an ImmutableFiniteIterable by copying elements from a FiniteIterable.
copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Creates an ImmutableFiniteIterable by copying elements from a FiniteIterable.
copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
Creates an ImmutableFiniteIterable by copying elements from a FiniteIterable.
cross(Collection<B>) - Method in interface software.kes.enhancediterables.FiniteIterable
Returns the lazily computed cartesian product of this FiniteIterable with a Collection.
cross(FiniteIterable<B>) - Method in interface software.kes.enhancediterables.FiniteIterable
Returns the lazily computed cartesian product of this FiniteIterable with another FiniteIterable.
cross(ImmutableFiniteIterable<B>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Returns the lazily computed cartesian product of this ImmutableFiniteIterable with another ImmutableFiniteIterable.
cross(ImmutableNonEmptyFiniteIterable<B>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
Returns the lazily computed cartesian product of this ImmutableNonEmptyFiniteIterable with another ImmutableNonEmptyFiniteIterable.
cross(NonEmptyFiniteIterable<B>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Returns the lazily computed cartesian product of this NonEmptyFiniteIterable with another NonEmptyFiniteIterable.
cycle() - Method in interface software.kes.enhancediterables.FiniteIterable
Returns an infinite EnhancedIterable that repeatedly cycles this FiniteIterable's elements, in order.
cycle() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Returns an infinite ImmutableIterable that repeatedly cycles this ImmutableFiniteIterable's elements, in order.
cycle() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
Returns an infinite ImmutableNonEmptyIterable that repeatedly cycles this ImmutableNonEmptyFiniteIterable's elements, in order.
cycle() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Returns an infinite NonEmptyIterable that repeatedly cycles this NonEmptyFiniteIterable's elements, in order.
A C D E F H I L M N O P R S T Z 
All Classes All Packages