Uses of Package
jfun.util

Packages that use jfun.util
jfun.util Provides utility classes that can be reused by the entire java functional library. 
jfun.yan.lifecycle This package provides a solution for life cycle management to Yan container framework. 
 

Classes in jfun.util used by jfun.util
IntArray
          A simple, efficient and dynamic int array.
List
          Immutable single list.
Pair
          Represents a immutable pair of objects.
Sizeable
          Represents anything with a size.
 

Classes in jfun.util used by jfun.yan.lifecycle
WeakRef
          This class subclasses WeakReference to provide hashCode() and equals() based on reference semantics.