@Deprecated public abstract class BytePropertyNode<T extends BytePropertyNode<T>> extends PropertyNode<T>
_buf, EndComparator, StartComparator| Modifier | Constructor and Description | 
|---|---|
| protected  | BytePropertyNode(BytePropertyNode other)Deprecated.  | 
| protected  | 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, compareTo, copy, equals, getEnd, getStart, hashCode, limitsAreEqual, setEnd, setStartprotected BytePropertyNode(BytePropertyNode other)
protected BytePropertyNode(int charStart,
                           int charEnd,
                           java.lang.Object buf)
@Deprecated public int getStartBytes()
@Deprecated public int getEndBytes()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.