Uses of Class
edu.washington.cs.rfid.util.Pair

Packages that use Pair
edu.washington.cs.rfid.util   
 

Uses of Pair in edu.washington.cs.rfid.util
 

Methods in edu.washington.cs.rfid.util that return Pair
static
<A,B> Pair<A,B>
Pair.create(A one, B two)
          Static method for creating a new pair of objects.