Method Summary |
|
public synchronized boolean | add(Object o) |
public synchronized boolean | addAll(Collection objects) |
public synchronized void | clear() |
public synchronized boolean | contains(Object o) |
public synchronized boolean | containsAll(Collection c) |
public synchronized boolean | equals(Object o) |
public synchronized Collection | filter(UnaryPredicate predicate) |
public synchronized Object | get(int index) |
public synchronized Object | getMinimalIntersectingElement(long time) |
public synchronized int | hashCode() |
public synchronized int | indexOf(Object elem) |
public synchronized Object | last() |
public synchronized int | lastIndexOf(Object elem) |
public synchronized boolean | remove(Object o) |
public synchronized Object | remove(int index) |
public synchronized boolean | removeAll(Collection objects) |
public synchronized boolean | retainAll(Collection objects) |
public synchronized int | size() |
public synchronized Object[] | toArray() |
public synchronized Object[] | toArray(Object a) |
public synchronized String | toString() |
protected boolean | unsafeUpdate(Collection c) unsafeUpdate - not synchronized. |