public class SchedulerArrayList<E> extends ArrayList<E>
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID |
modCount
Constructor and Description |
---|
SchedulerArrayList()
Constructs an empty list with an initial capacity of ten.
|
SchedulerArrayList(Collection<? extends E> c)
Constructs a list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
|
SchedulerArrayList(int initialCapacity)
Constructs an empty list with the specified initial capacity.
|
Modifier and Type | Method and Description |
---|---|
SchedulerArrayList<E> |
clone() |
add, add, addAll, addAll, clear, 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
protected static final long serialVersionUID
public SchedulerArrayList(int initialCapacity)
initialCapacity
- the initial capacity of the listIllegalArgumentException
- if the specified initial capacity
is negativepublic SchedulerArrayList()
public SchedulerArrayList(Collection<? extends E> c)
c
- the collection whose elements are to be placed into this listNullPointerException
- if the specified collection is nullpublic SchedulerArrayList<E> clone()
Copyright © 2024 Denodo Technologies. All rights reserved.