Home » openjdk-7 » java » util » [javadoc | source]
java.util
static class: Collections.CheckedRandomAccessList [javadoc | source]
java.lang.Object
   java.util.Collections.CheckedCollection<E>
      java.util.Collections.CheckedList<E>
         java.util.Collections$CheckedRandomAccessList

All Implemented Interfaces:
    RandomAccess, List, Collection, Serializable

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