org.shapelogic.calculation
Interface IndexTransform<In,Out>

Type Parameters:
In - Type of input
Out - Type of output

Deprecated.

@Deprecated
public interface IndexTransform<In,Out>

Transform that know what index in a sequence it is transforming.
So it will take the same index from both the input and the output.
It will do outSeq.get(index) = transform(inSeq.get(index),index).
Deprecated instead use Calc1.

Author:
Sami Badawi

Method Summary
 Out transform(In input, int index)
          Deprecated.  
 

Method Detail

transform

Out transform(In input,
              int index)
Deprecated. 


Copyright © 2009. All Rights Reserved.