Package org.mantoux.delta
Class Op
java.lang.Object
org.mantoux.delta.Op
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarg()copy()static Opdelete(int length) booleanbooleaninthashCode()static Opstatic Opinsert(Object arg, AttributeMap attributes) booleanisDelete()booleanisInsert()booleanisRetain()booleanintlength()static Opretain(int length) static Opretain(int length, AttributeMap attributes) toString()type()
-
Constructor Details
-
Op
public Op()
-
-
Method Details
-
insert
-
insert
-
retain
-
retain
-
delete
-
isDelete
public boolean isDelete() -
isInsert
public boolean isInsert() -
isTextInsert
public boolean isTextInsert() -
isRetain
public boolean isRetain() -
type
-
copy
-
length
public int length() -
attributes
-
arg
-
argAsString
-
hasAttributes
public boolean hasAttributes() -
hashCode
public int hashCode() -
equals
-
toString
-