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
S
- Set<A> - Interface in software.kes.collectionviews
-
A finite, unordered view of a collection that contains no duplicate elements.
- SetBuilder<A> - Interface in software.kes.collectionviews
-
A builder for
ImmutableSets. - setEquals(Set<?>, Set<?>) - Static method in class software.kes.collectionviews.SetHelpers
- setHashCode(Set<?>) - Static method in class software.kes.collectionviews.SetHelpers
- SetHelpers - Class in software.kes.collectionviews
-
Helper methods for implementers of custom
Sets. - setToString(Set<?>) - Static method in class software.kes.collectionviews.SetHelpers
- size() - Method in interface software.kes.collectionviews.Set
-
Returns the size of this
Set. - size() - Method in interface software.kes.collectionviews.Vector
-
Returns the size of this
Vector. - slice(int, int) - Method in interface software.kes.collectionviews.ImmutableVector
-
Creates a slice of this
ImmutableVector. - slice(int, int) - Method in interface software.kes.collectionviews.Vector
-
Creates a slice of this
Vector. - slide(int) - Method in interface software.kes.collectionviews.ImmutableVector
-
"Slides" a window of
kelements across theImmutableVectorby one element at a time. - slide(int) - Method in interface software.kes.collectionviews.Vector
-
"Slides" a window of
kelements across theVectorby one element at a time. - software.kes.collectionviews - package software.kes.collectionviews
- span(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Splits this
ImmutableVectorinto a prefix/suffix pair according to a predicate. - splitAt(int) - Method in interface software.kes.collectionviews.ImmutableVector
-
Splits this
ImmutableVectorinto two at a given position. - splitAt(int) - Method in interface software.kes.collectionviews.Vector
-
Splits this
Vectorinto two at a given position.
All Classes All Packages