Home » openjdk-7 » java » util » [javadoc | source]
java.util
static class: Collections.SynchronizedRandomAccessList [javadoc | source]
java.lang.Object
   java.util.Collections.SynchronizedCollection<E>
      java.util.Collections.SynchronizedList<E>
         java.util.Collections$SynchronizedRandomAccessList

All Implemented Interfaces:
    RandomAccess, List, Collection, Serializable

Fields inherited from java.util.Collections$SynchronizedList:
list
Fields inherited from java.util.Collections$SynchronizedCollection:
c,  mutex
Constructor:
 SynchronizedRandomAccessList(List<E> list) 
 SynchronizedRandomAccessList(List<E> list,
    Object mutex) 
Method from java.util.Collections$SynchronizedRandomAccessList Summary:
subList
Methods from java.util.Collections$SynchronizedList:
add,   addAll,   equals,   get,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from java.util.Collections$SynchronizedCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.Collections$SynchronizedRandomAccessList Detail:
 public List<E> subList(int fromIndex,
    int toIndex)