Class AbstractGraphIterator.FlyweightVertexEvent<VV>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractGraphIterator<V,​E>

    static class AbstractGraphIterator.FlyweightVertexEvent<VV>
    extends VertexTraversalEvent<VV>
    A reusable vertex event.
    Since:
    Aug 11, 2003
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      FlyweightVertexEvent​(java.lang.Object eventSource, VV vertex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void setVertex​(VV vertex)
      Sets the vertex of this event.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • setVertex

        protected void setVertex​(VV vertex)
        Sets the vertex of this event.
        Parameters:
        vertex - the vertex to be set.