| 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() |
boolean |
equals(Object obj) |
int |
forEach(com.mastfrog.function.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(com.mastfrog.abstractions.list.IndexedResolvable<T> indexed) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static PairSet fromIntArray(int[][] ints)
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(com.mastfrog.abstractions.list.IndexedResolvable<T> indexed)
public int forEach(com.mastfrog.function.IntBiConsumer bi)
Copyright © 2010–2020 Mastfrog Technologies. All rights reserved.