public class IntArrayWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[] |
config |
Constructor and Description |
---|
IntArrayWrapper(int[] configurationToCopy) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode()
This is based on the hashCode function for strings.
|
boolean |
isDominatedBy(int[] toCheck) |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean isDominatedBy(int[] toCheck)
toCheck
-