public class StopTimeArray extends AbstractList<StopTime>
modCount| Constructor and Description |
|---|
StopTimeArray() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(StopTime stopTime)
Collection Interface |
void |
clear() |
StopTime |
get(int index) |
Iterator<StopTime> |
iterator() |
int |
size() |
void |
trimToSize() |
add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic void trimToSize()
public boolean add(StopTime stopTime)
Collection Interfaceadd in interface Collection<StopTime>add in interface List<StopTime>add in class AbstractList<StopTime>public void clear()
clear in interface Collection<StopTime>clear in interface List<StopTime>clear in class AbstractList<StopTime>public StopTime get(int index)
public int size()
size in interface Collection<StopTime>size in interface List<StopTime>size in class AbstractCollection<StopTime>Copyright © 2015 OneBusAway. All Rights Reserved.