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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidget(int int0) intbooleanvoidreplaceAll(UnaryOperator<T> unaryOperator) intsize()voidsort(Comparator<? super T> comparator) Object[]toArray()<R> R[]toArray(R[] objects) Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, subListMethods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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:
sizein interfaceCollection<S>- Specified by:
sizein interfaceList<S>- Specified by:
sizein classAbstractCollection<T>
-
toArray
- Specified by:
toArrayin interfaceCollection<S>- Specified by:
toArrayin interfaceList<S>- Overrides:
toArrayin classAbstractCollection<T>
-
toArray
public <R> R[] toArray(R[] objects) - Specified by:
toArrayin interfaceCollection<S>- Specified by:
toArrayin interfaceList<S>- Overrides:
toArrayin classAbstractCollection<T>
-
get
-
set
-
setS
-
indexOf
-
contains
- Specified by:
containsin interfaceCollection<S>- Specified by:
containsin interfaceList<S>- Overrides:
containsin classAbstractCollection<T>
-
forEach
-
replaceAll
- Specified by:
replaceAllin interfaceList<S>
-
sort
-