A C D E F H I L M N O P R S T Z 
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 the EnhancedIterable by one element at a time.
slide(int) - Method in interface software.kes.enhancediterables.FiniteIterable
"Slides" a window of k elements across the FiniteIterable by one element at a time.
slide(int) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
"Slides" a window of k elements across the ImmutableFiniteIterable by one element at a time.
slide(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
"Slides" a window of k elements across the ImmutableIterable 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 this EnhancedIterable 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 this FiniteIterable 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 this ImmutableFiniteIterable 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 this ImmutableIterable matching a predicate and the second slot is all the remaining elements.
A C D E F H I L M N O P R S T Z 
All Classes All Packages