Yes, it's just a marker interface. But it should o...
# announcements
j
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.