| Class | Description |
|---|---|
| Array<T> |
A dynamically-sized collection, wrapping ArrayList.
|
| Hash<K,V> |
A mapping from keys, via
hashCode to values. |
| IntegerClosures | |
| IntegerCriteria<T> | |
| IntegerList | |
| It<T> |
An iterator that has a value and an index.
|
| Iterate |
Creates various types of Iterators, all of which are null safe (they can accept a null input).
|
| ItIterable<T> |
An iterator that has a value and an index.
|
| ItIterator<T> | |
| SortedMap<K,V> |
A mapping from keys, sorted, to values, via java.util.TreeMap.
|
| StringList |
An extension of org.incava.ijdk.collect.Array<String>, with a constructor for varargs, and
selectors that use closures.
|