Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.0.0-alpha-1
-
None
-
None
-
Reviewed
-
Patch
Description
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.