net.sf.molae.pipe.trafo
Interface IntTransformer

All Known Implementing Classes:
ArrayAsIntTransformer

public interface IntTransformer

Transformer interface for integers.

See Also:
IndexTransformedList

Method Summary
 int transform(int input)
          Transforms the input index into some output index.
 

Method Detail

transform

int transform(int input)
Transforms the input index into some output index.

Parameters:
input - the index to transform
Returns:
the transformation of the input index to the output index
Throws:
IndexOutOfBoundsException - if no mapping for the specified input index exists.