E F G I J Z

E

enumerate(Iterator<T>) - Static method in class fi.iki.juri.collections.JIterTools
Transforms the Iterator (a b c d ...) to ((0 a) (1 b) (2 c) (3 d) ...).
enumerate(Iterator<T>, int) - Static method in class fi.iki.juri.collections.JIterTools
Transforms the Iterator (a b c d ...) to ((start a) (start+1 b) (start+2 c) (start+3 d) ...).
enumerate(Iterable<T>) - Static method in class fi.iki.juri.collections.JIterTools
An Iterable-based version of enumerate(Iterator).
enumerate(Iterable<T>, int) - Static method in class fi.iki.juri.collections.JIterTools
An Iterable-based version of enumerate(Iterator, int).
EnumeratedItem<T> - Class in fi.iki.juri.collections
A generic object wrapper with a int field.
EnumeratedItem(int, T) - Constructor for class fi.iki.juri.collections.EnumeratedItem
 

E F G I J Z