net.sourceforge.combean.interfaces.base
Interface IndexMapping

Package class diagram package IndexMapping
All Known Implementing Classes:
LinearMapping

public interface IndexMapping

Mapping of integer indices with an arbitrary mapping function.


Method Summary
 int mapIndex(int origIndex)
          Mapping function.
 

Method Detail

mapIndex

int mapIndex(int origIndex)
Mapping function.

Parameters:
origIndex - the original index value to be mapped
Returns:
the mapped index value