Method Summary |
|
public boolean | add(E o) Adds an item to the collection. |
public boolean | addAll(int index, Collection<? extends E> collection) Adds an item to the collection. |
public void | clear() Clears the collection. |
public E | get(int index) Returns an iterator of the items. |
public AmberQuery | getQuery() Returns the query. |
public AmberConnection | getSession() Returns the session. |
protected boolean | isValid() |
public Iterator<E> | iterator() Returns an iterator of the items. |
public void | setSession(AmberConnection aConn) Sets the session. |
public int | size() Returns the number of items in the collection. |
public void | update() Updates the collection. |