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, toString
getGraph, getNodeId, verifyIdsAreStable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll, size
public NodeNodeMap(Graph graph)
public NodeNodeMap(NodeNodeMap copyFrom)