Interface Graph<R extends GraphNode<K,V>,K,V>
-
- All Known Implementing Classes:
AbstractGraph
,DirectedGraph
public interface Graph<R extends GraphNode<K,V>,K,V>
- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addNode(K key, V item)
boolean
containsKey(K key)
R
get(K key)
V
getNodeContents(K key)
void
unmarkAll()
-