| java.lang.Object org.jfree.chart.HashUtilities
HashUtilities | public class HashUtilities (Code) | | Some utility methods for calculating hash codes.
since: 1.0.3 |
hashCodeForDoubleArray | public static int hashCodeForDoubleArray(double[] a)(Code) | | Returns a hash code for a double[] instance. If the array
is null , this method returns zero.
Parameters: a - the array (null permitted). The hash code. |
hashCodeForPaint | public static int hashCodeForPaint(Paint p)(Code) | | Returns a hash code for a Paint instance. If
p is null , this method returns zero.
Parameters: p - the paint (null permitted). The hash code. |
|
|