Uses of Class
com.jpemartin.jgt.Pair

Uses of Pair in com.jpemartin.jgt
 

Methods in com.jpemartin.jgt that return Pair
static
<T extends java.awt.Rectangle,U extends java.util.Collection<T>,V extends T,W extends java.util.Collection<V>>
Pair<java.util.List<T>>
CollisionDetection.findCollisionListSlow(U a, W b)
          given two lists of rectangles, gives a list of all pairs that intersect.