static class MultiPhraseQuery.UnionPostingsEnum.PositionsQueue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[] |
array |
private int |
arraySize |
private int |
index |
private int |
size |
Constructor and Description |
---|
PositionsQueue() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(int i) |
(package private) void |
clear() |
private void |
growArray() |
(package private) int |
next() |
(package private) int |
size() |
(package private) void |
sort() |