Package zombie.util.list
Class PZConvertList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
zombie.util.list.PZConvertList
- All Implemented Interfaces:
Iterable
,Collection
,List
,RandomAccess
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorDescriptionPZConvertList
(List list, Function function) PZConvertList
(List list, Function function, Function function2) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
get
(int int1) int
boolean
void
replaceAll
(UnaryOperator unaryOperator) int
size()
void
sort
(Comparator comparator) Object[]
toArray()
Object[]
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, containsAll, isEmpty, remove, removeAll, retainAll, spliterator
-
Constructor Details
-
PZConvertList
-
PZConvertList
-
-
Method Details
-
isReadonly
public boolean isReadonly() -
size
public int size()- Specified by:
size
in interfaceCollection
- Specified by:
size
in interfaceList
- Specified by:
size
in classAbstractCollection
-
toArray
- Specified by:
toArray
in interfaceCollection
- Specified by:
toArray
in interfaceList
- Overrides:
toArray
in classAbstractCollection
-
toArray
- Specified by:
toArray
in interfaceCollection
- Specified by:
toArray
in interfaceList
- Overrides:
toArray
in classAbstractCollection
-
get
- Specified by:
get
in interfaceList
- Specified by:
get
in classAbstractList
-
set
- Specified by:
set
in interfaceList
- Overrides:
set
in classAbstractList
-
setS
-
indexOf
- Specified by:
indexOf
in interfaceList
- Overrides:
indexOf
in classAbstractList
-
contains
- Specified by:
contains
in interfaceCollection
- Specified by:
contains
in interfaceList
- Overrides:
contains
in classAbstractCollection
-
forEach
-
replaceAll
- Specified by:
replaceAll
in interfaceList
-
sort
-