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

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

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

Methods in edu.rice.cs.plt.iter that return RemoveNotificationIterator
static
<T> RemoveNotificationIterator<T>
RemoveNotificationIterator.make(Iterator<? extends T> i, Runnable1<? super T> listener)
          Call the constructor (allows T to be inferred)