java.util
Interface RandomAccess

All Known Implementing Classes:
ArrayList, Vector

public interface RandomAccess

RandomAccess is implemented by List implementations that support fast (usually constant time) random access.