A C D E F H I L M N O P R S T Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- concat(Iterable<A>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Lazily concatenates another
Iterableto the end of thisEnhancedIterable, yielding a newEnhancedIterable. - concat(Iterable<A>) - Method in interface software.kes.enhancediterables.NonEmptyIterable
-
Lazily concatenates an
Iterableto the end of thisNonEmptyIterable, yielding a newNonEmptyIterable. - concat(Collection<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Lazily concatenates a
Collectionto the end of thisFiniteIterable, yielding a newFiniteIterable. - concat(Collection<A>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Lazily concatenates a
Collectionto the end of thisNonEmptyFiniteIterable, yielding a newNonEmptyFiniteIterable. - concat(FiniteIterable<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Lazily concatenates another
FiniteIterableto the end of thisFiniteIterable, yielding a newFiniteIterable. - concat(FiniteIterable<A>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Lazily concatenates a
FiniteIterableto the end of thisNonEmptyFiniteIterable, yielding a newNonEmptyFiniteIterable. - concat(ImmutableFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Lazily concatenates another
ImmutableFiniteIterableto the end of thisImmutableFiniteIterable, yielding a newImmutableFiniteIterable. - concat(ImmutableFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Lazily concatenates another
ImmutableFiniteIterableto the end of thisImmutableNonEmptyFiniteIterable, yielding a newImmutableIterable. - concat(ImmutableIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Lazily concatenates another
ImmutableIterableto the end of thisImmutableIterable, yielding a newImmutableIterable. - concat(ImmutableIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
-
Lazily concatenates an
ImmutableIterableto the end of thisImmutableNonEmptyIterable, yielding a newImmutableNonEmptyIterable. - concat(ImmutableNonEmptyFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Lazily concatenates an
ImmutableNonEmptyFiniteIterableto the end of thisImmutableFiniteIterable, yielding a newImmutableNonEmptyFiniteIterable. - concat(ImmutableNonEmptyIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Lazily concatenates an
ImmutableNonEmptyIterableto the end of thisImmutableIterable, yielding a newImmutableNonEmptyIterable. - concat(NonEmptyFiniteIterable<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Lazily concatenates a
NonEmptyFiniteIterableto the end of thisFiniteIterable, yielding a newNonEmptyFiniteIterable. - concat(NonEmptyIterable<A>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Lazily concatenates a
NonEmptyIterableto the end of thisEnhancedIterable, yielding a newNonEmptyIterable. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
-
Creates an
ImmutableFiniteIterableby copying elements from anIterable. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates an
ImmutableFiniteIterableby copying elements from anIterable. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Creates an
ImmutableFiniteIterableby copying elements from anIterable. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
-
Creates an
ImmutableFiniteIterableby copying elements from anIterable. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aCollection. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aCollection. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aCollection. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aCollection. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aFiniteIterable. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aFiniteIterable. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aFiniteIterable. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
-
Creates an
ImmutableFiniteIterableby copying elements from aFiniteIterable. - cross(Collection<B>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns the lazily computed cartesian product of this
FiniteIterablewith aCollection. - cross(FiniteIterable<B>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns the lazily computed cartesian product of this
FiniteIterablewith anotherFiniteIterable. - cross(ImmutableFiniteIterable<B>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns the lazily computed cartesian product of this
ImmutableFiniteIterablewith anotherImmutableFiniteIterable. - cross(ImmutableNonEmptyFiniteIterable<B>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns the lazily computed cartesian product of this
ImmutableNonEmptyFiniteIterablewith anotherImmutableNonEmptyFiniteIterable. - cross(NonEmptyFiniteIterable<B>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns the lazily computed cartesian product of this
NonEmptyFiniteIterablewith anotherNonEmptyFiniteIterable. - cycle() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns an infinite
EnhancedIterablethat repeatedly cycles thisFiniteIterable's elements, in order. - cycle() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns an infinite
ImmutableIterablethat repeatedly cycles thisImmutableFiniteIterable's elements, in order. - cycle() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns an infinite
ImmutableNonEmptyIterablethat repeatedly cycles thisImmutableNonEmptyFiniteIterable's elements, in order. - cycle() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns an infinite
NonEmptyIterablethat repeatedly cycles thisNonEmptyFiniteIterable's elements, in order.
All Classes All Packages