Class Pair
java.lang.Object
org.jbox2d.collision.broadphase.Pair
- All Implemented Interfaces:
Comparable<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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
proxyIdA
public int proxyIdA -
proxyIdB
public int proxyIdB
-
-
Constructor Details
-
Pair
public Pair()
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Pair>
-