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

Packages that use RollingBuffer.Resettable
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.util Some utility classes. 
 

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.