java.util
Interface RandomAccess

All Known Implementing Classes:
ArrayList, InBox, Path, RangeReadings

public interface RandomAccess

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

Author:
Sven Köhler