|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailedToCreateCollectionException | |
---|---|
org.exolab.core.database.recman | |
org.exolab.core.foundation |
Uses of FailedToCreateCollectionException in org.exolab.core.database.recman |
---|
Methods in org.exolab.core.database.recman that throw FailedToCreateCollectionException | |
---|---|
HashMapIfc |
PMDCollectionManager.createHashMap()
|
TreeMapIfc |
PMDCollectionManager.createTreeMap()
|
TreeMapIfc |
PMDCollectionManager.createTreeMap(java.util.Comparator comparator)
|
TreeSetIfc |
PMDCollectionManager.createTreeSet()
|
TreeSetIfc |
PMDCollectionManager.createTreeSet(java.util.Comparator comparator)
|
VectorIfc |
PMDCollectionManager.createVector()
|
Uses of FailedToCreateCollectionException in org.exolab.core.foundation |
---|
Methods in org.exolab.core.foundation that throw FailedToCreateCollectionException | |
---|---|
HashMapIfc |
CollectionManagerIfc.createHashMap()
Create a hashmap with default capacity and return a reference to the client. |
TreeMapIfc |
CollectionManagerIfc.createTreeMap()
Create a treemap with default capacity and return a reference to the client. |
TreeMapIfc |
CollectionManagerIfc.createTreeMap(java.util.Comparator comparator)
Create a treemap with the specified comparator and return a reference client. |
TreeSetIfc |
CollectionManagerIfc.createTreeSet()
Create a treeset with default capacity and return a reference to the client. |
TreeSetIfc |
CollectionManagerIfc.createTreeSet(java.util.Comparator comparator)
Create a treeset with the specified comparator and return a reference client. |
VectorIfc |
CollectionManagerIfc.createVector()
Create a vector with default capacity and return a reference to the to the client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |