Class SlowSparseNumberedGraph<T>

All Implemented Interfaces:
EdgeManager<T>, Graph<T>, NodeManager<T>, NumberedEdgeManager<T>, NumberedGraph<T>, NumberedNodeManager<T>, Serializable, Iterable<T>
Direct Known Subclasses:
RandomGraph, SimpleDemandPointerFlowGraph

public class SlowSparseNumberedGraph<T> extends AbstractNumberedGraph<T> implements Serializable
A graph of numbered nodes, expected to have a fairly sparse edge structure.
See Also: