Method RecycleInt32Blocks
RecycleInt32Blocks(Int32[][], Int32, Int32)
NOTE: This was recycleIntBlocks() in Lucene
Declaration
public abstract void RecycleInt32Blocks(int[][] blocks, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[][] | blocks | |
System.Int32 | start | |
System.Int32 | end |