Searched defs:inputSize (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DSortedVIntList.java63 * @param inputSize The number of integers to be used from the array.
65 public SortedVIntList(int[] sortedInts, int inputSize) { argument
67 for (int i = 0; i < inputSize; i++) {

Completed in 56 milliseconds