| Package | Description |
|---|---|
| com.mastfrog.graph |
| Modifier and Type | Method and Description |
|---|---|
PairSet |
PairSet.add(int x,
int y) |
PairSet |
IntGraph.allEdges()
Get all edges in the graph.
|
PairSet |
PairSet.copy() |
static PairSet |
PairSet.create(int graphSize) |
static PairSet |
PairSet.fromIntArray(int[][] ints) |
PairSet |
PairSet.inverse() |
PairSet |
PairSet.remove(int x,
int y) |
PairSet |
PairSet.removingAll(PairSet other) |
PairSet |
PairSet.retainAll(PairSet other) |
PairSet |
IntGraph.toPairSet()
Convert this graph to a PairSet, which internally uses a single Bits of
size * size bits to represent the matrix of all edges.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PairSet.intersects(PairSet other) |
PairSet |
PairSet.removingAll(PairSet other) |
PairSet |
PairSet.retainAll(PairSet other) |
Copyright © 2010–2021 Mastfrog Technologies. All rights reserved.