Package org.infinispan.commons.util
Class ImmutableListCopy.ImmutableSubList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,List<E>
- Enclosing class:
- ImmutableListCopy<E>
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
addAll
(int index, Collection<? extends E> c) final boolean
addAll
(Collection<? extends E> c) final E
get
(int index) iterator()
final ListIterator<E>
listIterator
(int index) protected final void
removeRange
(int fromIndex, int toIndex) final int
size()
subList
(int fromIndex, int toIndex) Methods inherited from class java.util.AbstractList
add, add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, remove, set
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Method Details
-
get
-
size
public final int size()- Specified by:
size
in interfaceCollection<E>
- Specified by:
size
in interfaceList<E>
- Specified by:
size
in classAbstractCollection<E>
-
removeRange
protected final void removeRange(int fromIndex, int toIndex) - Overrides:
removeRange
in classAbstractList<E>
-
addAll
- Specified by:
addAll
in interfaceCollection<E>
- Specified by:
addAll
in interfaceList<E>
- Overrides:
addAll
in classAbstractCollection<E>
-
addAll
-
iterator
-
listIterator
- Specified by:
listIterator
in interfaceList<E>
- Overrides:
listIterator
in classAbstractList<E>
-
subList
-