|
|||||||||||
| 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 | |
VectorIfc |
PMDCollectionManager.createVector()
|
HashMapIfc |
PMDCollectionManager.createHashMap()
|
TreeMapIfc |
PMDCollectionManager.createTreeMap()
|
TreeMapIfc |
PMDCollectionManager.createTreeMap(java.util.Comparator comparator)
|
TreeSetIfc |
PMDCollectionManager.createTreeSet()
|
TreeSetIfc |
PMDCollectionManager.createTreeSet(java.util.Comparator comparator)
|
| Uses of FailedToCreateCollectionException in org.exolab.core.foundation |
| Methods in org.exolab.core.foundation that throw FailedToCreateCollectionException | |
VectorIfc |
CollectionManagerIfc.createVector()
Create a vector with default capacity and return a reference to the to the client. |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||