epoch, graph| Constructor and Description | 
|---|
NodeNodeMap(Graph graph)  | 
NodeNodeMap(NodeNodeMap copyFrom)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Map.Entry<Node,Node>> | 
entrySet()  | 
Node | 
get(Object key)  | 
Set<Node> | 
keySet()  | 
Node | 
put(Node key,
   Node value)  | 
void | 
putAll(Map<? extends Node,? extends Node> m)  | 
Node | 
remove(Object key)  | 
Collection<Node> | 
values()  | 
clear, containsKey, containsValue, entries, get, getAndGrow, getKey, graph, isEmpty, isNew, set, setAndGrow, size, toStringgetGraph, getNodeId, verifyIdsAreStableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll, sizepublic NodeNodeMap(Graph graph)
public NodeNodeMap(NodeNodeMap copyFrom)