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