private static class Lists.RandomAccessListWrapper<E> extends Lists.AbstractListWrapper<E> implements java.util.RandomAccess
backingList
Constructor and Description |
---|
RandomAccessListWrapper(java.util.List<E> backingList) |
add, addAll, contains, get, remove, set, size
add, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
RandomAccessListWrapper(java.util.List<E> backingList)