Join Slack
Powered by
Yes, it's just a marker interface. But it should o...
# announcements
j
jbnizet
06/23/2016, 10:57 PM
Yes, it's just a marker interface. But it should only be added to lists that provide fast (O(1)) random access. Some algorithms in the JDK do an instanceof RandomAccess to choose an optimized strategy.
Open in Slack
Previous
Next