K
- the type of keys used for accessing the collectionsT
- the type of objects stored in the collectionspublic interface CollectionMapProvider<K,T> extends CollectionProvider<T>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<T> |
getCollectionByKey(K key)
Returns the collection with the given key.
|
java.lang.Class<? extends K> |
getCollectionKeyClass()
Returns the class of the collection keys.
|
getCollection, getCollectionCount, getCollectionValueClass
java.util.Collection<T> getCollectionByKey(K key)
key
- the key of the collection to returnjava.lang.Class<? extends K> getCollectionKeyClass()