net.innig.collect
Interface Mapper<I,O>


public interface Mapper<I,O>

Experimental.

The Jakarta Commons Collections project has its own version of this class which is more mature.

See Also:
InnigCollections.map(java.util.Iterator,Mapper)

Method Summary
 O map(I o)
           
 

Method Detail

map

O map(I o)