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.
insertIntegerAfter inserts a value after the given index.
moveAfter moves the element after the given previous element.
moveAfterByIndex moves the element after the given index.
moveBefore moves the element before the given next element.
setValue sets the given value at the given index.
toJSForTest returns the JSON object of this array for debugging.
toTestString returns a String containing the meta data of the node
for debugging purpose.
JSONArrayrepresents JSON array, but unlike regular JSON, it has time tickets created by a logical clock to resolve conflicts.