Uses of Class
org.javimmutable.collections.cursors.AbstractStartCursor

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>>
           
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.