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
ArrayAsList A simple adapter between any array object and java.util.List.
ClassLoaderUtils Utility functions for ClassLoader related function.
ClassPathLocator The Locator is a utility class which is used to find certain items in the environment
CollectionUtils Stolen from Ant.
DateUtil Utility class to handle some date format logic.
IntArray A simple, efficient and dynamic int array.
List Immutable single list.
Misc This utility class includes miscellenous utility functions.
Pair Represents a immutable pair of objects.
SerializableConstructor Provide a wrapper class for a serializable constructor.
SerializableField This class provides wrapper for a serializable Field.
SerializableMethod Provides a wrapper for serializable Method object.
StringUtils Utility class to convert a list or an array of objects to string.
WeakRef This class subclasses WeakReference to provide hashCode() and equals() based on reference semantics.
WorkingDirectory This class enables dynamic change of the "current directory".
 

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: