| Blackboard |
String-to-Object map that anyone can use.
|
| Block |
Simply a chunk of code that can be passed around.
|
| CollectionMap<K,V> |
A Map whose values are Collections.
|
| CollectionUtil |
|
| CollectionWrapper<E> |
|
| ColorUtil |
|
| CoordinateArrays |
Some utility functions for handling Coordinate arrays.
|
| Counter |
A Counter used for example in Maps to count the number of times
an item occurs.
|
| DebugTimer |
|
| FileUtil |
File-related utility functions.
|
| FlexibleDateParser |
Warning: This class can parse a wide variety of formats.
|
| FlexibleDateParser.CellEditor |
|
| FlexibleDateParser.CellRenderer |
|
| Fmt |
|
| ImmutableFirstElementList<E> |
Can't add, replace, or remove the first element in the list.
|
| LangUtil |
Utilities to support the Java language.
|
| LazyList<E> |
|
| ListWrapper<E> |
|
| MathUtil |
Additional math utilities.
|
| ObjectGraphIterator<E> |
An Iterator that can traverse multiple iterators down an object graph.
|
| Range |
|
| Range.NegativeInfinity |
|
| Range.PositiveInfinity |
|
| Range.RangeTreeMap<T,U> |
|
| SimpleStringEncrypter |
Provides a simple encyrption/decryption mechanism for ASCII string values.
|
| SimpleTreeModel |
Simple implementation of TreeModel.
|
| SortedList |
|
| StatisticIndices |
|
| StringUtil |
Useful String-related utilities.
|
| SuggestTree |
An autocomplete data structure that enables you to quickly look up the top k
terms with a given prefix in a set of weighted terms.
|
| SuggestTree.Entry |
A weighted term.
|
| SuggestTree.Node |
A list of autocomplete suggestions, ordered from highest weight to lowest
weight.
|
| Timer |
|
| UniqueList<E> |
A List that ignores duplicates.
|