datastructures

net.datastructures
Interface Edge

All Superinterfaces:
DecorablePosition, Map, Position
All Known Implementing Classes:
AdjacencyListGraph.MyEdge

public interface Edge
extends DecorablePosition

An interface for an edge of a graph.

Author:
Roberto Tamassia

Methods inherited from interface net.datastructures.Position
element
 
Methods inherited from interface net.datastructures.Map
get, isEmpty, keys, put, remove, size, values
 


datastructures