java.lang.Cloneable
, java.lang.Comparable<T>
@Deprecated public abstract class BytePropertyNode<T extends BytePropertyNode<T>> extends PropertyNode<T>
PropertyNode.EndComparator, PropertyNode.StartComparator
_buf
Constructor | Description |
---|---|
BytePropertyNode(int charStart,
int charEnd,
java.lang.Object buf) |
Deprecated.
|
BytePropertyNode(int fcStart,
int fcEnd,
CharIndexTranslator translator,
java.lang.Object buf) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getEndBytes() |
Deprecated.
Though bytes are actually stored in file, it is advised to
use char positions for all operations.
|
int |
getStartBytes() |
Deprecated.
Though bytes are actually stored in file, it is advised to
use char positions for all operations.
|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
adjustForDelete, clone, compareTo, equals, getEnd, getStart, hashCode, limitsAreEqual, setEnd, setStart
public BytePropertyNode(int fcStart, int fcEnd, CharIndexTranslator translator, java.lang.Object buf)
fcStart
- The start of the text for this property, in _bytes_fcEnd
- The end of the text for this property, in _bytes_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.