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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isDominatedBy(int[] toCheck)
toCheck -