Package com.google.common.collect
Class Constraints.ConstrainedRandomAccessList<E>
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingCollection<E>
-
- com.google.common.collect.ForwardingList<E>
-
- com.google.common.collect.Constraints.ConstrainedList<E>
-
- com.google.common.collect.Constraints.ConstrainedRandomAccessList<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>
,java.util.Collection<E>
,java.util.List<E>
,java.util.RandomAccess
- Enclosing class:
- Constraints
static class Constraints.ConstrainedRandomAccessList<E> extends Constraints.ConstrainedList<E> implements java.util.RandomAccess
-
-
Field Summary
-
Fields inherited from class com.google.common.collect.Constraints.ConstrainedList
constraint, delegate
-
-
Constructor Summary
Constructors Constructor Description ConstrainedRandomAccessList(java.util.List<E> delegate, Constraint<? super E> constraint)
-
Method Summary
-
Methods inherited from class com.google.common.collect.Constraints.ConstrainedList
add, add, addAll, addAll, delegate, listIterator, listIterator, set, subList
-
Methods inherited from class com.google.common.collect.ForwardingList
equals, get, hashCode, indexOf, lastIndexOf, remove, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList
-
Methods inherited from class com.google.common.collect.ForwardingCollection
clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
-
Methods inherited from class com.google.common.collect.ForwardingObject
toString
-
-
-
-
Constructor Detail
-
ConstrainedRandomAccessList
ConstrainedRandomAccessList(java.util.List<E> delegate, Constraint<? super E> constraint)
-
-