- java.lang.Object
-
- org.apache.lucene.util.AttributeSource.State
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- AttributeSource
public static final class AttributeSource.State extends java.lang.Object implements java.lang.Cloneable
This class holds the state of an AttributeSource.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AttributeImpl
attribute
(package private) AttributeSource.State
next
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSource.State
clone()
-
-
-
Field Detail
-
attribute
AttributeImpl attribute
-
next
AttributeSource.State next
-
-
Method Detail
-
clone
public AttributeSource.State clone()
- Overrides:
clone
in classjava.lang.Object
-
-