See: Description
Class | Description |
---|---|
IdIndexMapping |
Bidirectional mapping between long IDs and consecutive, 0-based integer indexes.
|
IdIndexMappingBuilder |
Builder for read-only indexes.
|
MutableIdIndexMapping |
Mutable index mapping.
|
The classes in this package provide object indexing capabilities. There are times when code
needs to use some dense, indexed data structure (e.g. an array or matrix) to store data
about sparse ids or objects. An IdIndexMapping
provides a bidirectional mapping between
long IDs and contiguous, 0-based integers for this purpose.