Class ShortestPathDemo.GraphFactory

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

    static class ShortestPathDemo.GraphFactory
    extends java.lang.Object
    implements com.google.common.base.Supplier<Graph<java.lang.String,​java.lang.Number>>
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Graph<java.lang.String,​java.lang.Number> get()  
      • Methods inherited from class java.lang.Object

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

      • GraphFactory

        GraphFactory()
    • Method Detail

      • get

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