Class IntrusiveEdge

java.lang.Object
org.jgrapht.graph.IntrusiveEdge
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
DefaultEdge, IntrusiveWeightedEdge

class IntrusiveEdge extends Object implements Cloneable, Serializable
IntrusiveEdge encapsulates the internals for the default edge implementation. It is not intended to be referenced directly (which is why it's not public); use DefaultEdge for that.