Uses of Class
jfun.util.Pair

Packages that use Pair
jfun.util Provides utility classes that can be reused by the entire java functional library. 
 

Uses of Pair in jfun.util
 

Methods in jfun.util that return Pair
 Pair Pair.setFst(java.lang.Object f)
          Functional update.
 Pair Pair.setSnd(java.lang.Object s)
          Functional update.