-
Type:
Enhancement
-
Resolution: Withdrawn
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: javafx
get(int index) can be implemented directly in TransformationList like this:
return source.get(getSourceIndex(index));
return source.get(getSourceIndex(index));