Package jfun.util

Provides utility classes that can be reused by the entire java functional library.

See:
          Description

Interface Summary
Sizeable Represents anything with a size.
 

Class Summary
List The immutable list used as jaskell list.
Pair Represents a immutable pair of objects.
 

Package jfun.util Description

Provides utility classes that can be reused by the entire java functional library. It includes the immutable List class that is used by jaskell for jaskell list.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: