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

Packages that use LazyCursor
org.javimmutable.collections.cursors   
 

Uses of LazyCursor in org.javimmutable.collections.cursors
 

Methods in org.javimmutable.collections.cursors that return LazyCursor
static
<V> LazyCursor<V>
LazyCursor.of(Cursorable<V> cursorable)
          Creates a new LazyPersistentIterator for the specified cursorable.
static
<V> LazyCursor<V>
LazyCursor.of(Func0<Cursor<V>> factory)
          Creates a new LazyPersistentIterator using the specified factory.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.