public class ByteTerm extends Term<java.nio.ByteBuffer>
Constructor and Description |
---|
ByteTerm(int position,
java.nio.ByteBuffer value,
TokenTreeBuilder tokens) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbstractType<?> comparator,
Term other) |
java.nio.ByteBuffer |
getSuffix(int start) |
java.nio.ByteBuffer |
getTerm() |
int |
length() |
getPosition, getTokens
public ByteTerm(int position, java.nio.ByteBuffer value, TokenTreeBuilder tokens)
public java.nio.ByteBuffer getTerm()
public java.nio.ByteBuffer getSuffix(int start)
public int compareTo(AbstractType<?> comparator, Term other)
Copyright © 2009- The Apache Software Foundation