Uses of Interface
com.mastfrog.graph.StringGraph
-
Packages that use StringGraph Package Description com.mastfrog.graph -
-
Uses of StringGraph in com.mastfrog.graph
Methods in com.mastfrog.graph that return StringGraph Modifier and Type Method Description static StringGraphStringGraph. create(IntGraph graph, String[] sortedArray)Create a graph from the passed bit set graph, and a pre-sorted array of unique strings where integer nodes in the passed graph correspond to offsets within the array.static StringGraphStringGraph. load(ObjectInput in)default StringGraphIntGraph. toStringGraph(String[] sortedNodeNames)
-