deleteByID
deletes the element of the given ID.
getElementByID
returns the element for the given ID.
getElementByIndex
returns the element for the given index.
getID
returns the ID, TimeTicket
of this Object.
getLast
returns the last element of this array.
insertAfter
inserts a value after the given previous element.
insertBefore
inserts a value before the given next element.
moveAfter
moves the element after the given previous element.
moveBefore
moves the element before the given next element.
moveFront
moves the element before the first element.
moveLast
moves the element after the last element.
Internal
toJSForTest
returns the JSON object of this array for debugging.
JSONArray
represents JSON array, but unlike regular JSON, it has time tickets created by a logical clock to resolve conflicts.