Class ShortestPathDemo.VertexFactory

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

    static class ShortestPathDemo.VertexFactory
    extends java.lang.Object
    implements com.google.common.base.Supplier<java.lang.String>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char a  
    • Constructor Summary

      Constructors 
      Constructor Description
      VertexFactory()  
    • Method Summary

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

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

      • a

        char a
    • Constructor Detail

      • VertexFactory

        VertexFactory()
    • Method Detail

      • get

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