|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.broadphase.Pair
public class Pair
Java note: at the "creation" of each node, a random key is given to that node, and that's what we sort from.
Field Summary | |
---|---|
int |
proxyIdA
|
int |
proxyIdB
|
Constructor Summary | |
---|---|
Pair()
|
Method Summary | |
---|---|
int |
compareTo(Pair pair2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int proxyIdA
public int proxyIdB
Constructor Detail |
---|
public Pair()
Method Detail |
---|
public int compareTo(Pair pair2)
compareTo
in interface java.lang.Comparable<Pair>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |