public abstract class TermState
extends java.lang.Object
implements java.lang.Cloneable
TermsEnum without re-seeking.| Modifier | Constructor and Description |
|---|---|
protected |
TermState()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TermState |
clone() |
abstract void |
copyFrom(TermState other)
Copies the content of the given
TermState to this instance |
java.lang.String |
toString() |
protected TermState()
public abstract void copyFrom(TermState other)
TermState to this instanceother - the TermState to copypublic TermState clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.