Uses of Class
io.keikai.doc.collab.utils.ID
-
Packages that use ID Package Description io.keikai.doc.collab.structs io.keikai.doc.collab.types io.keikai.doc.collab.utils -
-
Uses of ID in io.keikai.doc.collab.structs
Methods in io.keikai.doc.collab.structs that return ID Modifier and Type Method Description IDAbstractStruct. getId()IDItem. getLastId()Computes the last content address of this item.IDItem. getOrigin()IDItem. getRedone()IDItem. getRightOrigin()Methods in io.keikai.doc.collab.structs with parameters of type ID Modifier and Type Method Description static ItemResultItem. followRedone(StructStore store, ID id)Follows the redone chain to find the final item.static booleanItem. isDeletedByUndoStack(java.util.List<StackItem> stack, ID id)Checks if an ID is deleted by the undo stack.Constructors in io.keikai.doc.collab.structs with parameters of type ID Constructor Description AbstractStruct(ID id, int length)GC(ID id, int length)Item(ID id, Item left, ID origin, Item right, ID rightOrigin, java.lang.Object parent, java.lang.String parentSub, AbstractContent content)Constructor for the Item class.Skip(ID id, int length) -
Uses of ID in io.keikai.doc.collab.types
Method parameters in io.keikai.doc.collab.types with type arguments of type ID Modifier and Type Method Description java.util.List<Delta>YText. toDeltaList(Snapshot snapshot, Snapshot prevSnapshot, java.util.function.BiFunction<java.lang.String,ID,java.lang.Object> computeYChange)java.util.List<java.util.Map<java.lang.String,java.lang.Object>>YText. toDeltaMap(Snapshot snapshot, Snapshot prevSnapshot, java.util.function.BiFunction<java.lang.String,ID,java.lang.Object> computeYChange) -
Uses of ID in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return ID Modifier and Type Method Description static IDID. createID(int client, int clock)IDRelativePosition. getItem()IDRelativePosition. getType()static IDTransaction. nextID(Transaction transaction)Returns the next ID for the transaction.static IDID. readID(Decoder decoder)IDUpdateDecoder. readLeftID()IDUpdateDecoderV1. readLeftID()IDUpdateDecoderV2. readLeftID()IDUpdateDecoder. readRightID()IDUpdateDecoderV1. readRightID()IDUpdateDecoderV2. readRightID()Methods in io.keikai.doc.collab.utils with parameters of type ID Modifier and Type Method Description static booleanID. compareIDs(ID a, ID b)Compare IDsstatic RelativePositionRelativePosition. createRelativePosition(AbstractType type, ID item, int assoc)Create a RelativePosition from an AbstractType and an item ID.static AbstractStructStructStore. find(StructStore store, ID id)Expects that id is actually in store.static AbstractStructStructStore. getItem(StructStore store, ID id)Expects that id is actually in store.static AbstractStructStructStore. getItemCleanEnd(Transaction transaction, StructStore store, ID id)Expects that id is actually in store.static ItemStructStore. getItemCleanStart(Transaction transaction, ID id)Expects that id is actually in store.java.lang.StringPermanentUserData. getUserByDeletedId(ID id)static booleanDeleteSet. isDeleted(DeleteSet ds, ID id)static voidID. writeID(Encoder encoder, ID id)voidUpdateEncoder. writeLeftID(ID id)voidUpdateEncoderV1. writeLeftID(ID id)voidUpdateEncoderV2. writeLeftID(ID id)voidUpdateEncoder. writeRightID(ID id)voidUpdateEncoderV1. writeRightID(ID id)voidUpdateEncoderV2. writeRightID(ID id)Constructors in io.keikai.doc.collab.utils with parameters of type ID Constructor Description RelativePosition(ID type, java.lang.String typeName, ID item)Constructor for RelativePosition with default association value.RelativePosition(ID type, java.lang.String tname, ID item, int assoc)Constructor for RelativePosition.
-