Package org.apache.lucene.util.automaton
Class SortedIntSet
java.lang.Object
org.apache.lucene.util.automaton.SortedIntSet
-
Field Details
-
values
int[] values -
counts
int[] counts -
upto
int upto -
hashCode
private int hashCode -
TREE_MAP_CUTOVER
private static final int TREE_MAP_CUTOVER- See Also:
-
map
-
useTreeMap
private boolean useTreeMap -
state
int state
-
-
Constructor Details
-
SortedIntSet
public SortedIntSet(int capacity)
-
-
Method Details