org.jfree.chart
public class HashUtilities extends Object
Since: 1.0.3
Method Summary | |
---|---|
static int | hashCodeForDoubleArray(double[] a)
Returns a hash code for a double[] instance. |
static int | hashCodeForPaint(Paint p)
Returns a hash code for a Paint instance. |
double[]
instance. If the array
is null
, this method returns zero.
Parameters: a the array (null
permitted).
Returns: The hash code.
Paint
instance. If
p
is null
, this method returns zero.
Parameters: p the paint (null
permitted).
Returns: The hash code.