public abstract class InputList extends AbstractList<HazardInput>
List wrapper of HazardInputs. The List
may only be added to; all other optional operations of AbstractList
throw an UnsupportedOperationException.modCount| Modifier and Type | Method and Description |
|---|---|
boolean |
add(HazardInput input) |
HazardInput |
get(int index) |
int |
size() |
String |
toString() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean add(HazardInput input)
add in interface Collection<HazardInput>add in interface List<HazardInput>add in class AbstractList<HazardInput>public HazardInput get(int index)
get in interface List<HazardInput>get in class AbstractList<HazardInput>public int size()
size in interface Collection<HazardInput>size in interface List<HazardInput>size in class AbstractCollection<HazardInput>public String toString()
toString in class AbstractCollection<HazardInput>