Uses of Class
org.jbox2d.collision.Pair

Packages that use Pair
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
 

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)
          finds the pair, creates hash and uses PairManager.find(int, int, int)
 Pair PairManager.find(int proxyId1, int proxyId2, int hash)
          finds the pair with the given hash
 

Methods in org.jbox2d.collision with parameters of type Pair
 int Pair.compareTo(Pair p)
           
 boolean PairManager.equals(Pair pair, int proxyId1, int proxyId2)
          returns if the pair has the two proxy id's
 

Constructors in org.jbox2d.collision with parameters of type Pair
Pair(Pair other)
          Copy constructor