LongIndexed
An Indexed value whose index is a Long, comparable to other LongIndexed values by index. This is the type produced by Sequence.longIndexed, the 64-bit counterpart of IntIndexed, useful whenever the position of a value may exceed Int.MAX_VALUE (e.g. it.unibo.tuprolog.collections.rete.custom.clause.IndexedClause in the :theory module indexes clauses by insertion order using a Long, since a knowledge base may grow without a practical Int-sized bound).
Type Parameters
T
is the type of the indexed value
Properties
Functions
Link copied to clipboard
Compares two LongIndexed values by their index, ignoring value.
Link copied to clipboard
Destructuring component corresponding to index.
Link copied to clipboard
Destructuring component corresponding to value.