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
Iterable
to the end of thisEnhancedIterable
, yielding a newEnhancedIterable
. - concat(Iterable<A>) - Method in interface software.kes.enhancediterables.NonEmptyIterable
-
Lazily concatenates an
Iterable
to the end of thisNonEmptyIterable
, yielding a newNonEmptyIterable
. - concat(Collection<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Lazily concatenates a
Collection
to the end of thisFiniteIterable
, yielding a newFiniteIterable
. - concat(Collection<A>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Lazily concatenates a
Collection
to the end of thisNonEmptyFiniteIterable
, yielding a newNonEmptyFiniteIterable
. - concat(FiniteIterable<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Lazily concatenates another
FiniteIterable
to the end of thisFiniteIterable
, yielding a newFiniteIterable
. - concat(FiniteIterable<A>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Lazily concatenates a
FiniteIterable
to the end of thisNonEmptyFiniteIterable
, yielding a newNonEmptyFiniteIterable
. - concat(ImmutableFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Lazily concatenates another
ImmutableFiniteIterable
to the end of thisImmutableFiniteIterable
, yielding a newImmutableFiniteIterable
. - concat(ImmutableFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Lazily concatenates another
ImmutableFiniteIterable
to the end of thisImmutableNonEmptyFiniteIterable
, yielding a newImmutableIterable
. - concat(ImmutableIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Lazily concatenates another
ImmutableIterable
to the end of thisImmutableIterable
, yielding a newImmutableIterable
. - concat(ImmutableIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
-
Lazily concatenates an
ImmutableIterable
to the end of thisImmutableNonEmptyIterable
, yielding a newImmutableNonEmptyIterable
. - concat(ImmutableNonEmptyFiniteIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Lazily concatenates an
ImmutableNonEmptyFiniteIterable
to the end of thisImmutableFiniteIterable
, yielding a newImmutableNonEmptyFiniteIterable
. - concat(ImmutableNonEmptyIterable<A>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Lazily concatenates an
ImmutableNonEmptyIterable
to the end of thisImmutableIterable
, yielding a newImmutableNonEmptyIterable
. - concat(NonEmptyFiniteIterable<A>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Lazily concatenates a
NonEmptyFiniteIterable
to the end of thisFiniteIterable
, yielding a newNonEmptyFiniteIterable
. - concat(NonEmptyIterable<A>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Lazily concatenates a
NonEmptyIterable
to the end of thisEnhancedIterable
, yielding a newNonEmptyIterable
. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from anIterable
. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from anIterable
. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from anIterable
. - copyFrom(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from anIterable
. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aCollection
. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aCollection
. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aCollection
. - copyFrom(Collection<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aCollection
. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.EnhancedIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aFiniteIterable
. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aFiniteIterable
. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aFiniteIterable
. - copyFrom(FiniteIterable<A>) - Static method in interface software.kes.enhancediterables.ImmutableIterable
-
Creates an
ImmutableFiniteIterable
by copying elements from aFiniteIterable
. - cross(Collection<B>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns the lazily computed cartesian product of this
FiniteIterable
with aCollection
. - cross(FiniteIterable<B>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns the lazily computed cartesian product of this
FiniteIterable
with anotherFiniteIterable
. - cross(ImmutableFiniteIterable<B>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns the lazily computed cartesian product of this
ImmutableFiniteIterable
with anotherImmutableFiniteIterable
. - cross(ImmutableNonEmptyFiniteIterable<B>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns the lazily computed cartesian product of this
ImmutableNonEmptyFiniteIterable
with anotherImmutableNonEmptyFiniteIterable
. - cross(NonEmptyFiniteIterable<B>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns the lazily computed cartesian product of this
NonEmptyFiniteIterable
with anotherNonEmptyFiniteIterable
. - cycle() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns an infinite
EnhancedIterable
that repeatedly cycles thisFiniteIterable
's elements, in order. - cycle() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns an infinite
ImmutableIterable
that repeatedly cycles thisImmutableFiniteIterable
's elements, in order. - cycle() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns an infinite
ImmutableNonEmptyIterable
that repeatedly cycles thisImmutableNonEmptyFiniteIterable
's elements, in order. - cycle() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns an infinite
NonEmptyIterable
that repeatedly cycles thisNonEmptyFiniteIterable
's elements, in order.
All Classes All Packages