Class IntrusiveEdge

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

    class IntrusiveEdge
    extends java.lang.Object
    implements java.lang.Cloneable, java.io.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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      (package private) java.lang.Object source  
      (package private) java.lang.Object target  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntrusiveEdge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      • Methods inherited from class java.lang.Object

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

      • source

        java.lang.Object source
      • target

        java.lang.Object target
    • Constructor Detail

      • IntrusiveEdge

        IntrusiveEdge()
    • Method Detail

      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
        See Also:
        Object.clone()