Uses of Interface
org.apache.lucene.util.RollingBuffer.Resettable

Packages that use RollingBuffer.Resettable
org.apache.lucene.analysis Support for testing analysis components. 
org.apache.lucene.util General test support. 
 

Uses of RollingBuffer.Resettable in org.apache.lucene.analysis
 

Classes in org.apache.lucene.analysis that implement RollingBuffer.Resettable
protected static class LookaheadTokenFilter.Position
          Holds all state for a single position; subclass this to record other state at each position.
 

Uses of RollingBuffer.Resettable in org.apache.lucene.util
 

Classes in org.apache.lucene.util with type parameters of type RollingBuffer.Resettable
 class RollingBuffer<T extends RollingBuffer.Resettable>
          Acts like forever growing T[], but internally uses a circular buffer to reuse instances of T.
 



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