Uses of Class
org.jbox2d.collision.BufferedPair

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

Uses of BufferedPair in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as BufferedPair
 BufferedPair[] PairManager.m_pairBuffer
           
 

Methods in org.jbox2d.collision with parameters of type BufferedPair
 int BufferedPair.compareTo(BufferedPair p)
           
 boolean PairManager.equals(BufferedPair pair1, BufferedPair pair2)
          returns if the pairs have the same proxy id's
 boolean PairManager.minor(BufferedPair pair1, BufferedPair pair2)
          For sorting.