Interface Graph<R extends GraphNode<K,​V>,​K,​V>

    • Method Detail

      • 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()