|
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 | |||||||
java.lang.Object
|
+--brutil.AbstractListing
|
+--brutil.AbstractMultiSet
|
+--brutil.AbstractSortedMultiSet
|
+--brutil.AbstractSortedSet
| Fields inherited from class brutil.AbstractListing |
list |
| Constructor Summary | |
AbstractSortedSet()
|
|
| Method Summary | |
java.lang.Object |
add(java.lang.Object elt)
Add the specified object to the Set. |
| Methods inherited from class brutil.AbstractSortedMultiSet |
find, maxElement, minElement, nextElement, prevElement |
| Methods inherited from class brutil.AbstractMultiSet |
contains, iterator, numOccurences, remove, removeAll |
| Methods inherited from class brutil.AbstractListing |
clear, isEmpty, listFactory, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface brutil.SortedSet |
maxElement, minElement, nextElement, prevElement |
| Methods inherited from interface brutil.Set |
contains, find, isEmpty, iterator, remove |
| Methods inherited from interface brutil.Collection |
clear, size |
| Methods inherited from interface brutil.MultiSet |
numOccurences, removeAll |
| Constructor Detail |
public AbstractSortedSet()
| Method Detail |
public java.lang.Object add(java.lang.Object elt)
add in interface Setadd in class AbstractSortedMultiSeto - The object to add to the Set.true if the item was not previously in the set,
false otherwise.
|
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 | |||||||