|
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
| Field Summary | |
protected List |
list
|
| Constructor Summary | |
AbstractListing()
|
|
| Method Summary | |
void |
clear()
Clears out the contents of the listing. |
boolean |
isEmpty()
Returns true if the List/Collection contains no elements, false otherwise |
protected abstract List |
listFactory()
Override this in concrete implementation. |
int |
size()
Returns the size of the given List/Collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected List list
| Constructor Detail |
public AbstractListing()
| Method Detail |
protected abstract List listFactory()
public int size()
size in interface Collectionpublic boolean isEmpty()
isEmpty in interface Collectionpublic void clear()
clear in interface Collection
|
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 | |||||||