JAPI 0.9.0
Yet another Java API
API Documentation

Uses of Class
net.sf.japi.util.Pair

Packages that use Pair
net.sf.japi.util Additions to java.util
 

Uses of Pair in net.sf.japi.util
 

Methods in net.sf.japi.util that return types with arguments of type Pair
 Collection<Pair<T1,T2>> Table.getPairsByFirst(T1 first)
          Get all pairs that match the first.
 Collection<Pair<T1,T2>> Table.getPairsBySecond(T2 second)
          Get all pairs that match the second.
 

Methods in net.sf.japi.util with parameters of type Pair
 boolean Table.putPair(Pair<T1,T2> pair)
          Put a pair into the table.
 boolean Table.removePair(Pair<T1,T2> pair)
          Remove a pair from the table.
 


JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright