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
kelements across theEnhancedIterableby one element at a time. - slide(int) - Method in interface software.kes.enhancediterables.FiniteIterable
-
"Slides" a window of
kelements across theFiniteIterableby one element at a time. - slide(int) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
"Slides" a window of
kelements across theImmutableFiniteIterableby one element at a time. - slide(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
"Slides" a window of
kelements across theImmutableIterableby 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
Tuple2where the first slot is the front contiguous elements of thisEnhancedIterablematching 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
Tuple2where the first slot is the front contiguous elements of thisFiniteIterablematching 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
Tuple2where the first slot is the front contiguous elements of thisImmutableFiniteIterablematching 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
Tuple2where the first slot is the front contiguous elements of thisImmutableIterablematching a predicate and the second slot is all the remaining elements.
All Classes All Packages