K
- type for keyV
- type for set elementspublic class MapOfSets<K,V> extends MapOfCollections<K,V>
Constructor and Description |
---|
MapOfSets() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<V> |
createCollection() |
V |
value(K key,
int idx)
"Descends"
key - idx ; returns null if no such value. |
addValue, calcValueSize, containsKey, isEmpty, keys, size, subCollection, toString, toStringLines
protected java.util.Set<V> createCollection()
createCollection
in class MapOfCollections<K,V>
public V value(K key, int idx)
MapOfCollections
key
- idx
; returns null if no such value.value
in class MapOfCollections<K,V>
Copyright 2009-2016 Tatjana (Tanja) Kostic