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 Details

    • addNode

      void addNode(K key, V item)
    • containsKey

      boolean containsKey(K key)
    • get

      R get(K key)
    • getNodeContents

      V getNodeContents(K key)
    • unmarkAll

      void unmarkAll()