Package org.apache.lucene.util.automaton
Class SortedIntSet.FrozenIntSet
- java.lang.Object
-
- org.apache.lucene.util.automaton.SortedIntSet.FrozenIntSet
-
- Enclosing class:
- SortedIntSet
public static final class SortedIntSet.FrozenIntSet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FrozenIntSet(int[] values, int hashCode, int state)FrozenIntSet(int num, int state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object _other)inthashCode()java.lang.StringtoString()
-