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
ImmutableNonEmptySetalready contains only distinct values, this method always returns itself. - distinct() - Method in interface software.kes.collectionviews.ImmutableSet
-
Since an
ImmutableSetalready contains only distinct values, this method always returns itself. - distinct() - Method in interface software.kes.collectionviews.NonEmptySet
-
Since a
NonEmptySetalready contains only distinct values, this method always returns itself. - distinct() - Method in interface software.kes.collectionviews.Set
-
Since a
Setalready contains only distinct values, this method always returns itself. - drop(int) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns a new
ImmutableVectorthat drops the firstcountelements of thisImmutableVector. - drop(int) - Method in interface software.kes.collectionviews.Vector
-
Returns a new
Vectorthat drops the firstcountelements of thisVector. - dropRight(int) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns a new
ImmutableVectorthat drops all except the lastcountelements of thisImmutableVector. - dropRight(int) - Method in interface software.kes.collectionviews.Vector
-
Returns a new
Vectorthat drops all except the lastcountelements of thisVector. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns a new
ImmutableVectorthat drops longest prefix of elements of thisImmutableVectorthat satisfy a predicate.
All Classes All Packages