Uses of Interface
jfun.util.Sizeable

Packages that use Sizeable
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. 
 

Uses of Sizeable in jfun.jaskell
 

Classes in jfun.jaskell that implement Sizeable
 class Tuple
          A jaskell tuple.
 

Uses of Sizeable in jfun.util
 

Classes in jfun.util that implement Sizeable
 class List
          The immutable list used as jaskell list.
 

Uses of Sizeable in jfun.util.dict
 

Subinterfaces of Sizeable in jfun.util.dict
 interface Dict
          An immutable associative array.