public class ExtList<T> extends ArrayList<T>
modCount
Constructor and Description |
---|
ExtList(Collection<? extends T> col) |
ExtList(int size) |
ExtList(Iterable<? extends T> col) |
ExtList(T... ts) |
Modifier and Type | Method and Description |
---|---|
static ExtList<String> |
from(String s) |
static ExtList<String> |
from(String s,
String delimeter) |
String |
join() |
String |
join(String del) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
@SafeVarargs public ExtList(T... ts)
public ExtList(int size)
public ExtList(Collection<? extends T> col)
Copyright © 2021 aQute SARL. All rights reserved.