Class GraphEditorDemo.EdgeFactory

  • All Implemented Interfaces:
    com.google.common.base.Supplier<java.lang.Number>, java.util.function.Supplier<java.lang.Number>
    Enclosing class:
    GraphEditorDemo

    class GraphEditorDemo.EdgeFactory
    extends java.lang.Object
    implements com.google.common.base.Supplier<java.lang.Number>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int i  
    • Constructor Summary

      Constructors 
      Constructor Description
      EdgeFactory()  
    • Method Summary

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

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

      • i

        int i
    • Constructor Detail

      • EdgeFactory

        EdgeFactory()
    • Method Detail

      • get

        public java.lang.Number get()
        Specified by:
        get in interface com.google.common.base.Supplier<java.lang.Number>
        Specified by:
        get in interface java.util.function.Supplier<java.lang.Number>