-
Enhancement
-
Resolution: Withdrawn
-
P4
-
None
get(int index) can be implemented directly in TransformationList like this:
return source.get(getSourceIndex(index));
return source.get(getSourceIndex(index));