Method Summary |
|
public boolean | add(ManagedConnection o) Adds an element. |
public void | clear() Clears the set. |
public boolean | contains(Object o) Returns true if the item is in the set. |
public boolean | containsAll(Collection> c) Returns true if the item is in the set. |
public boolean | equals(Object o) |
public ManagedConnection | first() Peeks the first item. |
public int | hashCode() Returns the hash code. |
public boolean | isEmpty() Returns true if empty. |
public Iterator<ManagedConnection> | iterator() Returns an iterator to the set. |
public boolean | remove(Object o) Removes an element of the set. |
public boolean | removeAll(Collection> c) Removes an element of the set. |
boolean | removeEntry(int i) |
public boolean | retainAll(Collection> c) Removes an element of the set. |
public int | size() Returns the number of elements in the set. |
public Object[] | toArray() Returns an array of the elements in the set. |
public ManagedConnection[] | toArray(ManagedConnection[] values) Returns an array of the elements in the set. |