Package org.apache.lucene.util
Class AttributeSource.State
- java.lang.Object
-
- org.apache.lucene.util.AttributeSource.State
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- AttributeSource
public static final class AttributeSource.State extends Object implements Cloneable
This class holds the state of an AttributeSource.
-
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSource.State
clone()
-
-
-
Method Detail
-
clone
public AttributeSource.State clone()
-
-