public static interface StringRedBlackTree.VisitorContext
| Modifier and Type | Method and Description | 
|---|---|
| int | getLength()Get the number of bytes. | 
| int | getOriginalPosition()Get the position where the key was originally added. | 
| Text | getText()Get the original string. | 
| void | writeBytes(OutputStream out)Write the bytes for the string to the given output stream. | 
int getOriginalPosition()
void writeBytes(OutputStream out) throws IOException
out - the stream to write to.IOExceptionText getText()
int getLength()
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.