public class CharTerm extends Term<java.nio.CharBuffer>
| Constructor and Description | 
|---|
| CharTerm(int position,
        java.nio.CharBuffer 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, getTokenspublic CharTerm(int position,
                java.nio.CharBuffer value,
                TokenTreeBuilder tokens)
public java.nio.ByteBuffer getTerm()
public java.nio.ByteBuffer getSuffix(int start)
public int compareTo(AbstractType<?> comparator, Term other)
Copyright © 2018 The Apache Software Foundation