com.taco.util
Interface IIntMapper

All Known Implementing Classes:
ArrayIntMapper, ConstantIntMapper

public interface IIntMapper

A mapping from integers to integers.


Method Summary
 int map(int x)
          Map x to another integer.
 

Method Detail

map

int map(int x)
Map x to another integer.