org.jbox2d.collision
Class BufferedPair

java.lang.Object
  extended by org.jbox2d.collision.BufferedPair
All Implemented Interfaces:
Comparable<BufferedPair>

public class BufferedPair
extends Object
implements Comparable<BufferedPair>

Used in pair manager.


Constructor Summary
BufferedPair()
           
 
Method Summary
 int compareTo(BufferedPair p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedPair

public BufferedPair()
Method Detail

compareTo

public int compareTo(BufferedPair p)
Specified by:
compareTo in interface Comparable<BufferedPair>