Package org.apache.lucene.util.fst
Class Builder.FreezeTail<T>
- java.lang.Object
 - 
- org.apache.lucene.util.fst.Builder.FreezeTail<T>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FreezeTail() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidfreeze(Builder.UnCompiledNode<T>[] frontier, int prefixLenPlus1, IntsRef prevInput) 
 - 
 
- 
- 
Method Detail
- 
freeze
public abstract void freeze(Builder.UnCompiledNode<T>[] frontier, int prefixLenPlus1, IntsRef prevInput) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
 -