Class IntrusiveWeightedEdge

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    DefaultWeightedEdge

    class IntrusiveWeightedEdge
    extends IntrusiveEdge
    IntrusiveEdge extension for weighted edges. IntrusiveWeightedEdge encapsulates the internals for the default weighted edge implementation. It is not intended to be referenced directly (which is why it's not public); use DefaultWeightedEdge for that.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • weight

        double weight
    • Constructor Detail

      • IntrusiveWeightedEdge

        IntrusiveWeightedEdge()