EventIdentifierArray
An array of event identifiers. When targeting the JVM, instances of this class are represented as long[]
.
Constructors
Creates a new array of the specified size, with all elements initialized to EventIdentifier.Unspecified.
Functions
Returns the array element at the given index. This method can be called using the index operator.
Creates an iterator over the elements of the array.
Properties
Extensions
Searches this EventIdentifierArray for the provided element using the binary search algorithm. The array is expected to be sorted, otherwise the result is undefined.
Searches this EventIdentifierArray for the provided element using the binary search algorithm. The array is expected to be sorted by site identifiers, otherwise the result is undefined.
Copies this array or its subrange into the destination array and returns that array.
Sorts the array in-place.
Copies the contents of this EventIdentifierArray into a new MutableEventIdentifierGapBuffer.
Returns a typed object array containing all the elements of this primitive array.