java.util
Interface RandomAccess

All Known Implementing Classes:
ArrayList

public interface RandomAccess

Just some interface that something allowes efficient RandomAccess (for example a List).

Author:
Sven Köhler