Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.util.RandomAccess

Uses of RandomAccess in java.util
 

Classes in java.util that implement RandomAccess
private static class AbstractList.RandomAccessSubList
          This class is a RandomAccess version of SubList, as required by AbstractList.subList(int, int) 55 .
 class ArrayList
          An array-backed implementation of the List interface.
private static class Arrays.ArrayList
          Inner class used by Arrays.asList(Object[]) 55 to provide a list interface to an array.
private static class Collections.CopiesList
          The implementation of Collections.nCopies(int, Object) 55 .
private static class Collections.EmptyList
          The implementation of Collections.EMPTY_LIST 55 .
private static class Collections.SingletonList
          The implementation of Collections.singletonList(Object) 55 .
private static class Collections.SynchronizedRandomAccessList
          The implementation of Collections.synchronizedList(List) 55 for random-access lists.
private static class Collections.UnmodifiableRandomAccessList
          The implementation of Collections.unmodifiableList(List) 55 for random-access lists.
 class Stack
           
 class Vector
          The Vector classes implements growable arrays of Objects.