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
D
- distinct() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a
FiniteIterable
of the distinct values from thisFiniteIterable
. - distinct() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a
ImmutableFiniteIterable
of the distinct values from thisImmutableFiniteIterable
. - distinct() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns a
ImmutableNonEmptyFiniteIterable
of the distinct values from thisImmutableNonEmptyFiniteIterable
. - distinct() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns a
NonEmptyFiniteIterable
of the distinct values from thisNonEmptyFiniteIterable
. - drop(int) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterable
that drops the firstcount
elements of thisEnhancedIterable
. - drop(int) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterable
that drops the firstcount
elements of thisFiniteIterable
. - drop(int) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterable
that drops the firstcount
elements of thisImmutableFiniteIterable
. - drop(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterable
that drops the firstcount
elements of thisImmutableIterable
. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterable
that skips the first contiguous group of elements of thisEnhancedIterable
that satisfy a predicate. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterable
that skips the first contiguous group of elements of thisFiniteIterable
that satisfy a predicate. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterable
that skips the first contiguous group of elements of thisImmutableFiniteIterable
that satisfy a predicate. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterable
that skips the first contiguous group of elements of thisImmutableIterable
that satisfy a predicate.
All Classes All Packages