public static final class SortedIntSet.FrozenIntSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
hashCode |
(package private) int |
state |
(package private) int[] |
values |
Constructor and Description |
---|
FrozenIntSet(int[] values,
int hashCode,
int state) |
FrozenIntSet(int num,
int state) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object _other) |
int |
hashCode() |
java.lang.String |
toString() |