Class PZConvertList<S,T>
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
zombie.util.list.PZConvertList<S,T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,List<T>
,RandomAccess
,SequencedCollection<T>
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
get
(int int0) int
boolean
void
replaceAll
(UnaryOperator<T> operator) int
size()
void
sort
(Comparator<? super T> c) Object[]
toArray()
<R> R[]
toArray
(R[] object0) Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, remove, removeAll, retainAll, 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
addAll, addFirst, addLast, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, retainAll, reversed, spliterator
-
Constructor Details
-
PZConvertList
-
PZConvertList
-
-
Method Details
-
isReadonly
public boolean isReadonly() -
size
public int size()- Specified by:
size
in interfaceCollection<S>
- Specified by:
size
in interfaceList<S>
- Specified by:
size
in classAbstractCollection<T>
-
toArray
- Specified by:
toArray
in interfaceCollection<S>
- Specified by:
toArray
in interfaceList<S>
- Overrides:
toArray
in classAbstractCollection<T>
-
toArray
public <R> R[] toArray(R[] object0) - Specified by:
toArray
in interfaceCollection<S>
- Specified by:
toArray
in interfaceList<S>
- Overrides:
toArray
in classAbstractCollection<T>
-
get
-
set
-
setS
-
indexOf
-
contains
- Specified by:
contains
in interfaceCollection<S>
- Specified by:
contains
in interfaceList<S>
- Overrides:
contains
in classAbstractCollection<T>
-
forEach
-
replaceAll
- Specified by:
replaceAll
in interfaceList<S>
-
sort
-