lists library

Classes

BitList
FilledList<E>
GroupedRangeList<TKey>
The RangeList with key.
ListPointer<T>
List which are points to the other list at the specified index. var plist = new ListPointer(base, 20); print(plist-1); // base19 print(plist0); // base20
RangeList
Range list.
SparseBoolList
Sparse bool list based on the grouped range lists.
SparseList<E extends Object>
Sparse list based on the grouped range lists.
StepList
WrappedList<E>