static class Constraints.ConstrainedRandomAccessList<E> extends Constraints.ConstrainedList<E> implements java.util.RandomAccess
constraint, delegate
Constructor and Description |
---|
ConstrainedRandomAccessList(java.util.List<E> delegate,
Constraint<? super E> constraint) |
add, add, addAll, addAll, delegate, listIterator, listIterator, set, subList
equals, get, hashCode, indexOf, lastIndexOf, remove, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList
clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
ConstrainedRandomAccessList(java.util.List<E> delegate, Constraint<? super E> constraint)