final class Histogram3DNode extends Object
Object.hashCode() and
Object.equals(java.lang.Object) to
be used with a hash table.| Modifier and Type | Field | Description |
|---|---|---|
private int |
counter |
|
private int |
sample1 |
|
private int |
sample2 |
|
private int |
sample3 |
| Constructor | Description |
|---|---|
Histogram3DNode(int s1,
int s2,
int s3) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
int |
getCounter() |
|
int |
getSample1() |
|
int |
getSample2() |
|
int |
getSample3() |
|
int |
hashCode() |
|
void |
increase() |
|
void |
setCounter(int newValue) |
private final int sample1
private final int sample2
private final int sample3
private int counter