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.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.