| Modifier and Type | Class | Description |
|---|---|---|
static interface |
IntSet.PropertyBin |
| Modifier and Type | Field | Description |
|---|---|---|
int[] |
v |
| Constructor | Description |
|---|---|
IntSet(int[] v) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(IntSet o) |
|
IntSet |
copy() |
|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic IntSet copy()
public int compareTo(IntSet o)
compareTo in interface java.lang.Comparable<IntSet>public java.lang.String toString()
toString in class java.lang.Object