public class CommonsArrayList<ELEMENTTYPE> extends ArrayList<ELEMENTTYPE> implements ICommonsList<ELEMENTTYPE>
modCount| Constructor and Description |
|---|
CommonsArrayList() |
CommonsArrayList(Collection<? extends ELEMENTTYPE> aCont) |
CommonsArrayList(ELEMENTTYPE... aValues) |
CommonsArrayList(ELEMENTTYPE aValue) |
CommonsArrayList(int nInitialCapacity) |
CommonsArrayList(Iterable<? extends ELEMENTTYPE> aIterable) |
| Modifier and Type | Method and Description |
|---|---|
CommonsArrayList<ELEMENTTYPE> |
getClone() |
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcreateInstance, getAll, getAllInstanceOf, getAllMapped, getAllMapped, getAsUnmodifiable, getAtIndex, getFirst, getLast, removeAndReturnElementAtIndex, removeAtIndex, removeFirst, removeLast, setFirst, setLastadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayaddAll, addAll, addAll, addAll, addAllMapped, addAllMapped, addIf, addIfNotNull, containsAny, containsNone, containsOnly, findAll, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, getAtIndex, getAtIndex, getAtIndex, getAtIndexMapped, getAtIndexMapped, getCopyAsList, getCount, getSorted, isNotEmpty, iterator2, removeAll, set, setAll, setAllparallelStream, removeIf, streampublic CommonsArrayList()
public CommonsArrayList(@Nonnegative int nInitialCapacity)
public CommonsArrayList(@Nullable Collection<? extends ELEMENTTYPE> aCont)
public CommonsArrayList(@Nullable Iterable<? extends ELEMENTTYPE> aIterable)
public CommonsArrayList(@Nullable ELEMENTTYPE aValue)
@SafeVarargs public CommonsArrayList(@Nullable ELEMENTTYPE... aValues)
@Nonnull @ReturnsMutableCopy public CommonsArrayList<ELEMENTTYPE> getClone()
getClone in interface ICloneable<ICommonsList<ELEMENTTYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.