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>
-
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)
-
Method Details
-
get
-
size
public final int size() -
removeRange
protected final void removeRange(int fromIndex, int toIndex) -
addAll
-
addAll
-
iterator
-
listIterator
-
subList
-