public class NextObjectArrayList<E> extends ArrayList<E> implements NextObjectList<E>
| Constructor and Description |
|---|
NextObjectArrayList() |
NextObjectArrayList(Collection<? extends E> c) |
NextObjectArrayList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTimeout()
This method is used by the library to read the timeout value pertaining
to the objects in this instance.
|
void |
setTimeout(int newTimeout)
Setter method for the value returned by the getTimeout() method.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringadd, 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, toArrayparallelStream, removeIf, streampublic NextObjectArrayList(int initialCapacity)
public NextObjectArrayList()
public NextObjectArrayList(Collection<? extends E> c)
public void setTimeout(int newTimeout)
public int getTimeout()
getTimeout in interface NextObjectList<E>