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

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

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

Methods in edu.rice.cs.plt.iter that return MutableSingletonIterator
static
<T> MutableSingletonIterator<T>
MutableSingletonIterator.make(T element, Runnable1<? super T> removeListener)
          Call the constructor (allows T to be inferred)