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

/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/analysis/
H A DBaseTokenStreamTestCase.java300 toIntArray(startOffsets),
301 toIntArray(endOffsets),
303 toIntArray(positions));
308 toIntArray(startOffsets),
309 toIntArray(endOffsets),
310 toIntArray(positions));
315 toIntArray(startOffsets),
316 toIntArray(endOffsets));
326 static int[] toIntArray(List<Integer> list) { method in class:BaseTokenStreamTestCase
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DArrayUtil.java545 public static int[] toIntArray(Collection<Integer> ints) { method in class:ArrayUtil
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/analysis/
H A DBaseTokenStreamTestCase.java537 toIntArray(startOffsets),
538 toIntArray(endOffsets),
540 toIntArray(positions),
541 toIntArray(positionLengths),
547 toIntArray(startOffsets),
548 toIntArray(endOffsets),
550 toIntArray(positions),
557 toIntArray(startOffsets),
558 toIntArray(endOffsets),
560 toIntArray(position
670 static int[] toIntArray(List<Integer> list) { method in class:BaseTokenStreamTestCase
[all...]

Completed in 27 milliseconds