Uses of Class
org.saager.enumerator.Cursor

Uses of Cursor in org.saager.enumerator
 

Fields in org.saager.enumerator declared as Cursor
private  Cursor<T> Enumerator.IndexedIterator.next
           
private  Cursor<T> Enumerator.IndexedIterator.removable
           
 Cursor<U> Pair.secondValue
           
 Cursor<T> Pair.value
           
 

Methods in org.saager.enumerator that return Cursor
 Cursor<T> Enumerator.IndexedIterator.next()
           
 

Methods in org.saager.enumerator that return types with arguments of type Cursor
 java.util.Iterator<Cursor<T>> Enumerator.iterator()
           
 

Constructors in org.saager.enumerator with parameters of type Cursor
Pair(Cursor<T> value, Cursor<U> secondValue)
           
Pair(Cursor<T> value, Cursor<U> secondValue)