|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public VectorIfc createVector()
throws FailedToCreateCollectionException
FailedToCreateCollectionException
public HashMapIfc createHashMap()
throws FailedToCreateCollectionException
FailedToCreateCollectionException
public TreeMapIfc createTreeMap()
throws FailedToCreateCollectionException
FailedToCreateCollectionException
public TreeMapIfc createTreeMap(java.util.Comparator comparator)
throws FailedToCreateCollectionException
comparator - specified comparator
FailedToCreateCollectionException
public TreeSetIfc createTreeSet()
throws FailedToCreateCollectionException
FailedToCreateCollectionException
public 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 | ||||||||||