|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStartCursor | |
---|---|
org.javimmutable.collections.cursors |
Uses of AbstractStartCursor in org.javimmutable.collections.cursors |
---|
Subclasses of AbstractStartCursor in org.javimmutable.collections.cursors | |
---|---|
class |
LazyCursor<V>
Cursor that creates and returns a real Cursor for a specific iterable only when start() or next() is called for the first time. |
class |
SingleValueCursor<T>
A Cursor containing exactly one value to be traversed. |
protected static class |
ValueFunctionCursor.Start<T,F extends ValueFunction<T>,A extends ValueFunctionFactory<T,F>>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |