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 TypeMethodDescriptionvoid
boolean
addAll
(int var1, Collection<? extends E> var2) boolean
get
(int int0) int
hashCode()
int
int
lastIndexOf
(Object object) listIterator
(int int0) remove
(int var1) void
replaceAll
(UnaryOperator<E> var1) void
sort
(Comparator<? super E> var1) subList
(int int0, int int1) static <T> List
<T> Methods inherited from class zombie.util.list.PZUnmodifiableCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, 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
-
Method Details
-
wrap
-
equals
-
hashCode
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<E>
-
addAll
-
replaceAll
- Specified by:
replaceAll
in interfaceList<E>
-
sort
-
listIterator
- Specified by:
listIterator
in interfaceList<E>
-
listIterator
- Specified by:
listIterator
in interfaceList<E>
-
subList
-