Uses of Package
jfun.util

Packages that use jfun.util
jfun.jaskell Provides classes and interfaces for compiling and running jaskell code. 
jfun.util Provides utility classes that can be reused by the entire java functional library. 
jfun.util.dict Provides classes and interfaces for functional associative array. 
 

Classes in jfun.util used by jfun.jaskell
Sizeable
          Represents anything with a size.
 

Classes in jfun.util used by jfun.util
List
          The immutable list used as jaskell list.
Pair
          Represents a immutable pair of objects.
Sizeable
          Represents anything with a size.
 

Classes in jfun.util used by jfun.util.dict
Sizeable
          Represents anything with a size.