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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
public NextObjectArrayList()
public NextObjectArrayList(Collection<? extends E> c)
public NextObjectArrayList(int initialCapacity)
public int getTimeout()
getTimeout
in interface NextObjectList<E>
public void setTimeout(int newTimeout)