Package org.jgrapht.alg
Class TarjanLowestCommonAncestor.MultiMap<V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<V,java.util.Set<TarjanLowestCommonAncestor.LcaRequestResponse<V>>>
-
- org.jgrapht.alg.TarjanLowestCommonAncestor.MultiMap<V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<V,java.util.Set<TarjanLowestCommonAncestor.LcaRequestResponse<V>>>
- Enclosing class:
- TarjanLowestCommonAncestor<V,E>
private static final class TarjanLowestCommonAncestor.MultiMap<V> extends java.util.HashMap<V,java.util.Set<TarjanLowestCommonAncestor.LcaRequestResponse<V>>>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MultiMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<TarjanLowestCommonAncestor.LcaRequestResponse<V>>
getOrCreate(V key)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getOrCreate
public java.util.Set<TarjanLowestCommonAncestor.LcaRequestResponse<V>> getOrCreate(V key)
-
-