| Package | Description |
|---|---|
| com.mastfrog.graph |
| Modifier and Type | Method and Description |
|---|---|
static StringGraph |
StringGraph.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 StringGraph |
StringGraph.load(ObjectInput in) |
default StringGraph |
IntGraph.toStringGraph(String[] sortedNodeNames) |
Copyright © 2010–2020 Mastfrog Technologies. All rights reserved.