All Classes and Interfaces
Class
Description
Simple example demonstrating the usage of Y-CRDT JNI bindings.
Represents a chunk of text with associated formatting attributes.
Functional interface for observing document-level updates.
YArray represents a collaborative array type in a Y-CRDT document.
Represents a change to a YArray or YXmlFragment object.
Abstract base class for Y-CRDT change descriptions.
The type of change.
YDoc represents a Y-CRDT document, which is a shared data structure that supports
concurrent editing and automatic conflict resolution.
Represents a change event from a Y-CRDT data structure.
YMap represents a collaborative map type in a Y-CRDT document.
Represents a change to a YMap object.
Functional interface for observing changes to Y-CRDT data structures.
Represents an active observer subscription.
YText represents a collaborative text type in a Y-CRDT document.
Represents a change to a YText or YXmlText object.
Transaction handle for batching multiple CRDT operations.
YXmlElement represents a collaborative XML element type in a Y-CRDT document.
Represents a change to a YXmlElement's attributes.
Represents a fragment of XML content in a Y-CRDT document.
Base interface for all XML nodes in a Y-CRDT document.
Enumeration of XML node types.
YXmlText represents a collaborative XML text type in a Y-CRDT document.