Class ShortestPathDemo.VertexFactory

java.lang.Object
edu.uci.ics.jung.samples.ShortestPathDemo.VertexFactory
All Implemented Interfaces:
com.google.common.base.Supplier<String>, Supplier<String>
Enclosing class:
ShortestPathDemo

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

    • a

      char a
  • Constructor Details

    • VertexFactory

      VertexFactory()
  • Method Details

    • get

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