Uses of Class
edu.rice.cs.plt.iter.ReadOnceIterable

Packages that use ReadOnceIterable
edu.rice.cs.plt.iter A collection of implementations of Iterable and Iterator
 

Uses of ReadOnceIterable in edu.rice.cs.plt.iter
 

Methods in edu.rice.cs.plt.iter that return ReadOnceIterable
static
<T> ReadOnceIterable<T>
ReadOnceIterable.make(java.util.Iterator<T> iter)
          Call the constructor (allows T to be inferred)