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

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

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

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