|
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.AbstractSet
|
+--brutil.ArraySet
| Field Summary | |
static int |
defaultMaxSize
|
| Fields inherited from class brutil.AbstractListing |
list |
| Constructor Summary | |
ArraySet()
|
|
ArraySet(int maxSize)
|
|
| Method Summary | |
protected List |
listFactory()
Override this in concrete implementation. |
| Methods inherited from class brutil.AbstractSet |
add |
| Methods inherited from class brutil.AbstractMultiSet |
contains, find, iterator, numOccurences, remove, removeAll |
| Methods inherited from class brutil.AbstractListing |
clear, isEmpty, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface brutil.Set |
contains, find, isEmpty, iterator, remove |
| Methods inherited from interface brutil.Collection |
clear, size |
| Field Detail |
public static final int defaultMaxSize
| Constructor Detail |
public ArraySet(int maxSize)
public ArraySet()
| Method Detail |
protected List listFactory()
AbstractListinglistFactory in class AbstractListing
|
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 | |||||||