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

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

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

Methods in edu.rice.cs.plt.iter that return MappedIterator
 MappedIterator<S,T> MappedIterable.iterator()
           
static
<S,T> MappedIterator<S,T>
MappedIterator.make(Iterator<? extends S> source, Lambda<? super S,? extends T> map)
          Call the constructor (allows the type arguments to be inferred)