Package edu.uci.ics.jung.samples
Class ShortestPathDemo.VertexFactory
- java.lang.Object
-
- edu.uci.ics.jung.samples.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()
-