public interface Graph<R extends GraphNode<K,V>,K,V>
Modifier and Type | Method and Description |
---|---|
void |
addNode(K key,
V item) |
boolean |
containsKey(K key) |
R |
get(K key) |
V |
getNodeContents(K key) |
void |
unmarkAll() |
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.