A B C D E F G H I L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- distinct() - Method in interface software.kes.collectionviews.ImmutableNonEmptySet
-
Since a
ImmutableNonEmptySet
already contains only distinct values, this method always returns itself. - distinct() - Method in interface software.kes.collectionviews.ImmutableSet
-
Since an
ImmutableSet
already contains only distinct values, this method always returns itself. - distinct() - Method in interface software.kes.collectionviews.NonEmptySet
-
Since a
NonEmptySet
already contains only distinct values, this method always returns itself. - distinct() - Method in interface software.kes.collectionviews.Set
-
Since a
Set
already contains only distinct values, this method always returns itself. - drop(int) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns a new
ImmutableVector
that drops the firstcount
elements of thisImmutableVector
. - drop(int) - Method in interface software.kes.collectionviews.Vector
-
Returns a new
Vector
that drops the firstcount
elements of thisVector
. - dropRight(int) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns a new
ImmutableVector
that drops all except the lastcount
elements of thisImmutableVector
. - dropRight(int) - Method in interface software.kes.collectionviews.Vector
-
Returns a new
Vector
that drops all except the lastcount
elements of thisVector
. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns a new
ImmutableVector
that drops longest prefix of elements of thisImmutableVector
that satisfy a predicate.
All Classes All Packages