-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b12
LinkedList is used in sun.awt.X11.XEmbeddedFramePeer#strokes
There is only add/iterator/indexOf calls on this list. No removes from the head or something like this. Not sure why LinkedList was used, but ArrayList should be preferred as more efficient and widely used (more chances for JIT) collection
There is only add/iterator/indexOf calls on this list. No removes from the head or something like this. Not sure why LinkedList was used, but ArrayList should be preferred as more efficient and widely used (more chances for JIT) collection