Uses of Interface
jfun.util.Sizeable

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

Classes in jfun.util that implement Sizeable
 class List
          Immutable single list.
 

Uses of Sizeable in jfun.util.dict
 

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