org.apache.lucene.util
Class AttributeSource.State

java.lang.Object
  extended by 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.

See Also:
AttributeSource.captureState(), AttributeSource.restoreState(org.apache.lucene.util.AttributeSource.State)

Constructor Summary
AttributeSource.State()
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSource.State

public AttributeSource.State()
Method Detail

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.