| Class | Description |
|---|---|
| ANSI | |
| Collect<FromType,ToType> |
Collects a collection into a collection.
|
| CollectionExt | |
| DefaultComparator<T> |
Provides a default implementation for a Comparator.
|
| EmptyIterable<E> |
An iterable that has nothing over which to iterate.
|
| EmptyIterator<E> |
An iterator that has nothing over which to iterate.
|
| Index |
Wraps index calculations similar to Ruby, where
index -2 means the next-to-last
element in a list. |
| Indexable |
Wraps index calculations of a sequence similar to Ruby, where
index -2 means the
next-to-last element in a list. |
| IntegerList | |
| IUtil |
This class exists for legacy reasons -- compatibility with older versions of IJDK, and its code
has been moved to the more accurate ICore, in the IJDK lang package.
|
| ListComparator<Type> | |
| ListComparison | |
| ListExt | |
| MultiMap<K,V> |
Maps from a single key to a collection of values, the equivalent of
Map<String,
List<Integer>>. |
| MultiMapEntry<K,V> | |
| NumIterable |
An iterable for executing
num times. |
| NumIterator |
An iterator that executes
num times. |
| PropertyExt | |
| ReverseComparator<T extends java.lang.Comparable<T>> |
A comparator for reversed order.
|
| RGB | |
| StringList |
An extension of List<String>, with a constructor for varargs, and selectors that use
closures.
|
| TimedEvent |
Times an event, from when the object is created, until when the
end method is invoked. |
| TimedEventSet |
A set of timed events.
|
| X11Colors |