|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--CollectionManager
This class is a very simple demo of using the Collection classes.
| Constructor Summary | |
CollectionManager()
|
|
| Method Summary | |
void |
fillCollection(java.util.Collection c)
Add several strings to a Collection. |
void |
printCollection(java.util.Collection c)
Print the contents of the Collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CollectionManager()
| Method Detail |
public void fillCollection(java.util.Collection c)
c - the Collection to work withpublic void printCollection(java.util.Collection c)
c - the Collection to work with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||