Package net.sourceforge.jiu.color.data
Class Histogram3DNode
- java.lang.Object
-
- net.sourceforge.jiu.color.data.Histogram3DNode
-
final class Histogram3DNode extends Object
Internal data class for the on demand histogram. Stores one triplet of int values plus an int counter. ImplementsObject.hashCode()
andObject.equals(java.lang.Object)
to be used with a hash table.- Author:
- Marco Schmidt
-
-
Constructor Summary
Constructors Constructor Description Histogram3DNode(int s1, int s2, int s3)
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-