@Deprecated public abstract class BytePropertyNode<T extends BytePropertyNode<T>> extends PropertyNode<T>
PropertyNode.EndComparator, PropertyNode.StartComparator
_buf
Constructor and Description |
---|
BytePropertyNode(int charStart,
int charEnd,
java.lang.Object buf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getEndBytes()
Deprecated.
Though bytes are actually stored in file, it is advised to
use char positions for all operations. Including save
operations, because only char positions are preserved.
|
int |
getStartBytes()
Deprecated.
Though bytes are actually stored in file, it is advised to
use char positions for all operations. Including save
operations, because only char positions are preserved.
|
adjustForDelete, clone, compareTo, equals, getEnd, getStart, hashCode, limitsAreEqual, setEnd, setStart
public BytePropertyNode(int charStart, int charEnd, java.lang.Object buf)
@Deprecated public int getStartBytes()
@Deprecated public int getEndBytes()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.