public interface GraphNode<K,V>
Modifier and Type | Method and Description |
---|---|
Graph<? extends GraphNode<K,V>,K,V> |
getGraph() |
V |
getItem() |
K |
getKey() |
void |
setItem(V value)
Set the contents of the node.
|
void |
setValue(K key,
V value)
Set the key and value associated with this node.
|
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.