|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.core.database.recman.PMDCollectionManager
This is an implementation of the collection manager specific to the page managed database. These are collections that are persistent capable.
The PMDCollectionManager is a singleton classes and is accessible through PMDCollectionManager.instance
CollectionManagerIfc
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. |
static PMDCollectionManager |
instance()
Return the singleton reference to the collection manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PMDCollectionManager instance()
public VectorIfc createVector() throws FailedToCreateCollectionException
CollectionManagerIfc
createVector
in interface CollectionManagerIfc
FailedToCreateCollectionException
public HashMapIfc createHashMap() throws FailedToCreateCollectionException
CollectionManagerIfc
createHashMap
in interface CollectionManagerIfc
FailedToCreateCollectionException
public TreeMapIfc createTreeMap() throws FailedToCreateCollectionException
CollectionManagerIfc
createTreeMap
in interface CollectionManagerIfc
FailedToCreateCollectionException
public TreeMapIfc createTreeMap(java.util.Comparator comparator) throws FailedToCreateCollectionException
CollectionManagerIfc
createTreeMap
in interface CollectionManagerIfc
comparator
- specified comparator
FailedToCreateCollectionException
public TreeSetIfc createTreeSet() throws FailedToCreateCollectionException
CollectionManagerIfc
createTreeSet
in interface CollectionManagerIfc
FailedToCreateCollectionException
public TreeSetIfc createTreeSet(java.util.Comparator comparator) throws FailedToCreateCollectionException
CollectionManagerIfc
createTreeSet
in interface CollectionManagerIfc
comparator
- specified comparator
FailedToCreateCollectionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |