Uses of Class
com.mastfrog.graph.PairSet
-
Packages that use PairSet Package Description com.mastfrog.graph -
-
Uses of PairSet in com.mastfrog.graph
Methods in com.mastfrog.graph that return PairSet Modifier and Type Method Description PairSetPairSet. add(int x, int y)PairSetIntGraph. allEdges()Get all edges in the graph.PairSetPairSet. copy()static PairSetPairSet. fromIntArray(int[][] ints)PairSetPairSet. inverse()PairSetPairSet. remove(int x, int y)PairSetPairSet. removingAll(PairSet other)PairSetPairSet. retainAll(PairSet other)PairSetIntGraph. toPairSet()Convert this graph to a PairSet, which internally uses a single Bits of size * size bits to represent the matrix of all edges.Methods in com.mastfrog.graph with parameters of type PairSet Modifier and Type Method Description booleanPairSet. intersects(PairSet other)PairSetPairSet. removingAll(PairSet other)PairSetPairSet. retainAll(PairSet other)
-