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
S
- size() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns the number of elements in this
FiniteIterable
. - slide(int) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
"Slides" a window of
k
elements across theEnhancedIterable
by one element at a time. - slide(int) - Method in interface software.kes.enhancediterables.FiniteIterable
-
"Slides" a window of
k
elements across theFiniteIterable
by one element at a time. - slide(int) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
"Slides" a window of
k
elements across theImmutableFiniteIterable
by one element at a time. - slide(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
"Slides" a window of
k
elements across theImmutableIterable
by one element at a time. - software.kes.enhancediterables - package software.kes.enhancediterables
- span(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a
Tuple2
where the first slot is the front contiguous elements of thisEnhancedIterable
matching a predicate and the second slot is all the remaining elements. - span(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a
Tuple2
where the first slot is the front contiguous elements of thisFiniteIterable
matching a predicate and the second slot is all the remaining elements. - span(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a
Tuple2
where the first slot is the front contiguous elements of thisImmutableFiniteIterable
matching a predicate and the second slot is all the remaining elements. - span(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a
Tuple2
where the first slot is the front contiguous elements of thisImmutableIterable
matching a predicate and the second slot is all the remaining elements.
All Classes All Packages