public static class DominatorTree.Multimap<T> extends HashMap<T,Set<T>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DominatorTree.Multimap() |
Modifier and Type | Method and Description |
---|---|
Set<T> |
get(Object key)
Fetch the set for a given key, creating it if necessary.
|
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2016 The Apache Software Foundation. All rights reserved.