Interface RandomAccess

public interface RandomAccess

// Implemented by ArrayList, Vector
Indicates that a data structure supports constant-time random access to its contained objects.