-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha-1
-
Fix Version/s: 2.0.0-beta-1, 2.0.0
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
-
Flags:Patch
CompositeImmutableSegment ArrayList Instead of LinkedList
The code is essentially making a copy of an existing List object that doesn't seem to be modified, it is only being iterated over. No need to build an entire LinkedList structure for that.