Class ShortestPathDemo.EdgeFactory

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

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

    • count

      int count
  • Constructor Details

    • EdgeFactory

      EdgeFactory()
  • Method Details

    • get

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