Method Summary |
|
final boolean | exists(int index) Returns
true if an element exists at the given index. |
public Object | get(int index) Returns the element at the specified position in this set. |
public boolean | isEmpty() Tests if this set has no elements. |
public Iterator | iterator() Returns an iterator over the elements contained in this set. |
public int | size() Returns the number of elements in this set. |