See: Description
Interface | Description |
---|---|
FastCollection<E> | Deprecated
Just implement
FastIterable . |
FastIterable<E> | Deprecated
Fast iteration has gone away.
|
Class | Description |
---|---|
BitSetIterator |
Iterator over the set bits in a
BitSet , returning the indexes of the
set bits, in order from 0 to highest index of a set bit. |
CollectionUtils |
Various helper methods for working with collections (particularly Fastutil
collections).
|
CompactableLongArrayList |
A long array list that can use compact storage.
|
CopyingFastCollection<E> | Deprecated
Fast iteration is going away.
|
LongKeyDomain |
Implement a domain of long keys, sorted by key.
|
LongUtils |
Utilities for working with longs and collections of them from Fastutil.
|
MoreArrays |
Additional array utilities.
|
This package contains various custom collections LensKit requires, extending both Java collections and fastutil collections. It also contains some collection utility methods.