- ClassEditor - Class in jfun.util.beans
-
The PropertyEditor that converts between String and Class.
- ClassEditor() - Constructor for class jfun.util.beans.ClassEditor
-
- ClassEditor(Object) - Constructor for class jfun.util.beans.ClassEditor
-
- ClassLoaderUtils - Class in jfun.util
-
Utility functions for ClassLoader related function.
- ClassLoaderUtils() - Constructor for class jfun.util.ClassLoaderUtils
-
- ClassPathLocator - Class in jfun.util
-
The Locator is a utility class which is used to find certain items
in the environment
- ClassPathLocator() - Constructor for class jfun.util.ClassPathLocator
-
- close() - Method in class jfun.util.yield.Continuator
-
Closes the the iterator and releases all resources used in the iteration.
- CollectionUtils - Class in jfun.util
-
Stolen from Ant.
- CollectionUtils() - Constructor for class jfun.util.CollectionUtils
-
- cons(Object) - Method in class jfun.util.List
-
add an object to the head of the list.
- containsKey(Object) - Method in interface jfun.util.dict.Dict
-
Determines if the Dict object contains a value of a certain key.
- Continuation - Interface in jfun.util.yield
-
A Continuation represents a program unit that takes control
when a piece of data is received.
- Continuator - Class in jfun.util.yield
-
This class implements java.util.Iterator using a jfun.util.Iterable.
- Continuator(Iterable) - Constructor for class jfun.util.yield.Continuator
-
Creates a Continuator object.
- copy() - Method in interface jfun.util.dict.Dict
-
Create a copy of the Dict object.
- create() - Method in class jfun.util.dict.ReflectionFactory
-