Interface | Description |
---|---|
ScoredId |
A numerical ID associated with a score and optional side channels.
|
Class | Description |
---|---|
AbstractScoredId |
A base class for
ScoredId implementations providing
equals and hashCode methods. |
PackedScoredIdList |
A space-efficient, unboxed list of scored IDs.
|
ScoredIdBuilder |
Use a
ScoredId.Builder to instantiate new ScoredId objects. |
ScoredIdListBuilder |
Builder for packed lists of scored ids.
|
ScoredIds |
Utility classes for working with scored IDs.
|