| Modifier and Type | Class and Description |
|---|---|
static class |
PairSet.ObjectPairSet<T> |
| Modifier and Type | Method and Description |
|---|---|
PairSet |
add(int x,
int y) |
boolean |
contains(int x,
int y) |
PairSet |
copy() |
static PairSet |
create(int graphSize) |
boolean |
equals(Object obj) |
int |
forEach(IntBiConsumer bi) |
static PairSet |
fromIntArray(int[][] ints) |
int |
hashCode() |
boolean |
intersects(PairSet other) |
PairSet |
inverse() |
boolean |
isEmpty() |
Iterator<int[]> |
iterator() |
int |
pairCount() |
PairSet |
remove(int x,
int y) |
PairSet |
removingAll(PairSet other) |
PairSet |
retainAll(PairSet other) |
int |
size() |
IntGraph |
toGraph() |
<T> PairSet.ObjectPairSet<T> |
toObjectPairSet(IndexedResolvable<T> indexed) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static PairSet fromIntArray(int[][] ints)
public static PairSet create(int graphSize)
public boolean isEmpty()
public int pairCount()
public PairSet copy()
public PairSet inverse()
public int size()
public PairSet add(int x, int y)
public PairSet remove(int x, int y)
public boolean intersects(PairSet other)
public boolean contains(int x,
int y)
public IntGraph toGraph()
public <T> PairSet.ObjectPairSet<T> toObjectPairSet(IndexedResolvable<T> indexed)
public int forEach(IntBiConsumer bi)
Copyright © 2010–2021 Mastfrog Technologies. All rights reserved.