|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
java.lang.Object |
add(java.lang.Object o)
Add the specified object to the Set. |
boolean |
contains(java.lang.Object o)
Tells if the specified object is contained within this set. |
java.lang.Object |
find(java.lang.Object elt)
|
boolean |
isEmpty()
Returns true if the Collection contains no elements, false otherwise |
java.util.Iterator |
iterator()
Returns an iterator over the elements in the set. |
java.lang.Object |
remove(java.lang.Object o)
Removes the specified object from the Set, if present. |
| Methods inherited from interface brutil.Collection |
clear, size |
| Method Detail |
public java.lang.Object add(java.lang.Object o)
o - The object to add to the Set.Object pointer that was replaced by this
add, null otherwise.public boolean contains(java.lang.Object o)
o - The object to search for in the Set.true if the object is contained in the
set, false otherwise.public java.util.Iterator iterator()
public java.lang.Object remove(java.lang.Object o)
o - The object to remove.Object removed if the object was in the Set,
null otherwise.public boolean isEmpty()
CollectionisEmpty in interface Collectiontrue if the Set is empty, false
otherwise.public java.lang.Object find(java.lang.Object elt)
.equals()
|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||