Package org.apache.lucene.util
Class AttributeSource.State
- 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.CloneableThis class holds the state of an AttributeSource.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AttributeImplattribute(package private) AttributeSource.Statenext
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSource.Stateclone()
-
-
-
Field Detail
-
attribute
AttributeImpl attribute
-
next
AttributeSource.State next
-
-
Method Detail
-
clone
public AttributeSource.State clone()
- Overrides:
clonein classjava.lang.Object
-
-