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