T
- List typepublic final class ListOf<T> extends ListEnvelope<T>
List
.
There is no thread-safety guarantee.
Constructor and Description |
---|
ListOf(Iterable<? extends T> src)
Ctor.
|
ListOf(Iterator<? extends T> src)
Ctor.
|
ListOf(T... array)
Ctor.
|
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
equals, hashCode, iterator, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2017–2021 Cactoos. All rights reserved.