Package org.mantoux.delta
Class Op
- java.lang.Object
-
- org.mantoux.delta.Op
-
public class Op extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOp.Type
-
Constructor Summary
Constructors Constructor Description Op()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectarg()StringargAsString()AttributeMapattributes()Opcopy()booleanequals(Object o)booleanhasAttributes()inthashCode()booleanisDelete()booleanisInsert()booleanisRetain()booleanisStringInsert()intlength()StringtoString()Op.Typetype()
-
-
-
Method Detail
-
isDelete
public boolean isDelete()
-
isInsert
public boolean isInsert()
-
isStringInsert
public boolean isStringInsert()
-
isRetain
public boolean isRetain()
-
type
public Op.Type type()
-
copy
public Op copy()
-
length
public int length()
-
attributes
public AttributeMap attributes()
-
arg
public Object arg()
-
argAsString
public String argAsString()
-
hasAttributes
public boolean hasAttributes()
-
-