net.datastructures - version 5.0

net.datastructures
Interface Vertex<E>

All Superinterfaces:
DecorablePosition<E>, Map<Object,Object>, Position<E>
All Known Implementing Classes:
AdjacencyListGraph.MyVertex

public interface Vertex<E>
extends DecorablePosition<E>

An interface for a vertex of a graph.

Author:
Roberto Tamassia

Method Summary
 
Methods inherited from interface net.datastructures.Position
element
 
Methods inherited from interface net.datastructures.Map
entrySet, get, isEmpty, keySet, put, remove, size, values
 


net.datastructures - version 5.0