Uses of Interface
net.innig.collect.Mapper

Packages that use Mapper
net.innig.collect   
 

Uses of Mapper in net.innig.collect
 

Methods in net.innig.collect with parameters of type Mapper
static
<I,O> java.util.Iterator<O>
InnigCollections.map(java.util.Iterator<I> iter, Mapper<I,O> mapper)