Class PZUnmodifiableList<E>
java.lang.Object
zombie.util.list.PZUnmodifiableCollection<E>
zombie.util.list.PZUnmodifiableList<E>
- All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends E> c) booleanget(int index) inthashCode()intintlistIterator(int index) remove(int index) voidreplaceAll(UnaryOperator<E> operator) voidsort(Comparator<? super E> c) subList(int fromIndex, int toIndex) static <T> List<T> Methods inherited from class PZUnmodifiableCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
wrap
-
equals
-
hashCode
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<E>
-
addAll
-
replaceAll
- Specified by:
replaceAllin interfaceList<E>
-
sort
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
subList
-