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