Searched refs:IntegerQueue (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DTestPriorityQueue.java24 private static class IntegerQueue extends PriorityQueue<Integer> { class in class:TestPriorityQueue
25 public IntegerQueue(int count) { method in class:TestPriorityQueue.IntegerQueue
41 PriorityQueue<Integer> pq = new IntegerQueue(count);
75 PriorityQueue<Integer> pq = new IntegerQueue(3);
85 PriorityQueue<Integer> pq = new IntegerQueue(3);
98 PriorityQueue<Integer> pq = new IntegerQueue(size);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/
H A DTestPriorityQueue.java24 private static class IntegerQueue extends PriorityQueue<Integer> { class in class:TestPriorityQueue
25 public IntegerQueue(int count) { method in class:TestPriorityQueue.IntegerQueue
41 PriorityQueue<Integer> pq = new IntegerQueue(count);
75 PriorityQueue<Integer> pq = new IntegerQueue(3);
85 PriorityQueue<Integer> pq = new IntegerQueue(3);
98 PriorityQueue<Integer> pq = new IntegerQueue(size);

Completed in 11 milliseconds