|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
org.jbox2d.collision |
Uses of Pair in org.jbox2d.collision |
---|
Fields in org.jbox2d.collision declared as Pair | |
---|---|
Pair[] |
PairManager.m_pairs
|
Methods in org.jbox2d.collision that return Pair | |
---|---|
Pair |
PairManager.addPair(int proxyId1,
int proxyId2)
|
Pair |
PairManager.find(int proxyId1,
int proxyId2)
|
Pair |
PairManager.find(int proxyId1,
int proxyId2,
int hash)
|
Methods in org.jbox2d.collision with parameters of type Pair | |
---|---|
int |
Pair.compareTo(Pair p)
|
Constructors in org.jbox2d.collision with parameters of type Pair | |
---|---|
Pair(Pair other)
Copy constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |