See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
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
Copyright © 2017. All rights reserved.