Class UndirectedGraphNode<K,V>

All Implemented Interfaces:
Comparable<UndirectedGraphNode<K,V>>, GraphNode<K,V>

public class UndirectedGraphNode<K,V> extends AbstractGraphNode<K,V> implements Comparable<UndirectedGraphNode<K,V>>
Author:
Paul Pavlidis