Class Index
-
_global_
-
calitha
-
calitha.collections
-
calitha.collections.AbstractCollection
-
calitha.collections.AbstractList
-
calitha.collections.AbstractMap
-
calitha.collections.AbstractSet
-
calitha.collections.ArrayList
-
calitha.collections.arrays
-
calitha.collections.Dictionary
-
calitha.collections.HashMap
-
calitha.collections.HashSet
-
calitha.collections.ICollection
The interface for all list and set based collections.
-
calitha.collections.IComparable
This interface imposes a total ordering on the objects of each class that implements it.
-
calitha.collections.IComparator
A comparison function, which imposes a total ordering on some collection of objects.
-
calitha.collections.IIterator
An iterator over a collection.
-
calitha.collections.IList
An ordered collection (also known as a sequence).
-
calitha.collections.IListIterator
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
-
calitha.collections.IMap
An object that maps keys to values.
-
calitha.collections.imap.IEntry
Entry interface
-
calitha.collections.imap.ImmutableEntry
-
calitha.collections.INavigableMap
A SortedMap extended with navigation methods returning the closest matches for given search targets.
-
calitha.collections.INavigableSet
A SortedSet extended with navigation methods reporting closest matches for given search targets.
-
calitha.collections.ISet
A collection that contains no duplicate elements.
-
calitha.collections.ISortedMap
A Map that further provides a total ordering on its keys.
-
calitha.collections.ISortedSet
A Map that further provides a total ordering on its keys.
-
calitha.collections.LinkedList
-
calitha.collections.SubList
-
calitha.collections.TreeMap
-
calitha.collections.TreeSet
-
calitha.collections.util