Package org.elkoserver.util

Miscellaneous utility classes used in the Elko server family.

See:
          Description

Interface Summary
ArgRunnable Arbitrary executable to be run on an argument.
FilteringIterator.Filter<From,To> Utility class implemented by filters used by the FilteringIterator iterator class.
 

Class Summary
ArrayIterator<V> Iterator over an array of objects.
EmptyIterator<V> Iterator for a collection of no elements.
ExcludingIterator<V> Iterator over a collection that excludes a distinguished element.
FilteringIterator<From,To> Iterator that takes an iterator producing values of one type and generates values of another type via a transformation method that is supplied by the implementing subclass.
HashMapMulti<K,V> A hashtable-like collection that maps each key to a set of items rather than to a single item.
HashSetMulti<V> A hash "set" that objects can be added to multiple times.
JSONHTTPRequest Utility class to produce a slow service task that will make a simple HTTP call out to a JSON webservice.
JSONValidator Standalone command-line application to read and parse JSON object descriptors and indicate any problems found.
SingleObjectIterator<V> Iterator over a single object.
 

Package org.elkoserver.util Description

Miscellaneous utility classes used in the Elko server family.

Some parts of this package are derived from the open source E-on-Java runtime, subject to the MIT X License. Put proper attribution here before release. See http://erights.org