|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionManagerIfc
This interface defines methods for creating specific types of collections including hashtables and vectors. It is part of the pesistence framework.
Method Summary | |
---|---|
HashMapIfc |
createHashMap()
Create a hashmap with default capacity and return a reference to the client. |
TreeMapIfc |
createTreeMap()
Create a treemap with default capacity and return a reference to the client. |
TreeMapIfc |
createTreeMap(java.util.Comparator comparator)
Create a treemap with the specified comparator and return a reference client. |
TreeSetIfc |
createTreeSet()
Create a treeset with default capacity and return a reference to the client. |
TreeSetIfc |
createTreeSet(java.util.Comparator comparator)
Create a treeset with the specified comparator and return a reference client. |
VectorIfc |
createVector()
Create a vector with default capacity and return a reference to the to the client. |
Method Detail |
---|
VectorIfc createVector() throws FailedToCreateCollectionException
FailedToCreateCollectionException
HashMapIfc createHashMap() throws FailedToCreateCollectionException
FailedToCreateCollectionException
TreeMapIfc createTreeMap() throws FailedToCreateCollectionException
FailedToCreateCollectionException
TreeMapIfc createTreeMap(java.util.Comparator comparator) throws FailedToCreateCollectionException
comparator
- specified comparator
FailedToCreateCollectionException
TreeSetIfc createTreeSet() throws FailedToCreateCollectionException
FailedToCreateCollectionException
TreeSetIfc createTreeSet(java.util.Comparator comparator) throws FailedToCreateCollectionException
comparator
- specified comparator
FailedToCreateCollectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |