Package org.apache.lucene.util
Class IntBlockPool.Allocator
- java.lang.Object
 - 
- org.apache.lucene.util.IntBlockPool.Allocator
 
 
- 
- Direct Known Subclasses:
 IntBlockPool.DirectAllocator,RecyclingIntBlockAllocator
- Enclosing class:
 - IntBlockPool
 
public abstract static class IntBlockPool.Allocator extends java.lang.ObjectAbstract class for allocating and freeing int blocks. 
- 
- 
Constructor Summary
Constructors Constructor Description Allocator(int blockSize) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int[]getIntBlock()abstract voidrecycleIntBlocks(int[][] blocks, int start, int end) 
 -