|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwodka.util.PairDetector
Detects pairs of integers where the order does not matter.
| Constructor Summary | |
PairDetector()
|
|
| Method Summary | |
void |
addPair(int a,
int b)
|
boolean |
includesPair(int a,
int b)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PairDetector()
| Method Detail |
public void addPair(int a,
int b)
public boolean includesPair(int a,
int b)
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||