Package info.jonclark.lang

Class Summary
IntRange This class holds 2 integers.
LongRange This class holds 2 longs.
SparseArray<T> An array based on LinkedLists such that memory usage is minimized even for very large arrays Note: Array indices are constant; list indicies are subject to change.
SparseMatrix<T> A matrix composed of SparseArray objects that minimizes memory consumption for very large matrices when not all elements must be set Created on January 30, 2006
TokenArray A String-style immutable array of tokens