Class AbstractGraphIterator.FlyweightVertexEvent<V>

    • 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, V vertex)
      Creates a new FlyweightVertexEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void setVertex​(V 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
    • Constructor Detail

      • FlyweightVertexEvent

        public FlyweightVertexEvent​(java.lang.Object eventSource,
                                    V vertex)
        Creates a new FlyweightVertexEvent.
        Parameters:
        eventSource - the source of the event.
        vertex - the traversed vertex.
    • Method Detail

      • setVertex

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