Java org.jfree.chart HashUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart HashUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart HashUtilities.

The text is from its open source code.

Method

inthashCode(int pre, boolean b)
Returns a hash value based on a seed value and the value of a boolean primitive.
inthashCode(int pre, int i)
Returns a hash value based on a seed value and the value of an int primitive.
inthashCode(int pre, double d)
Returns a hash value based on a seed value and the value of a double primitive.
inthashCode(int pre, Paint p)
Returns a hash value based on a seed value and a paint instance.
inthashCode(int pre, Stroke s)
Returns a hash value based on a seed value and a stroke instance.
inthashCode(int pre, String s)
Returns a hash value based on a seed value and a string instance.
inthashCode(int pre, Comparable c)
Returns a hash value based on a seed value and a Comparable instance.
inthashCode(int pre, Object obj)
Returns a hash value based on a seed value and an Object instance.
inthashCode(int pre, BooleanList list)
Computes a hash code for a BooleanList .
inthashCode(int pre, PaintList list)
Computes a hash code for a PaintList .
inthashCode(int pre, StrokeList list)
Computes a hash code for a StrokeList .
inthashCodeForDoubleArray(double[] a)
Returns a hash code for a double[] instance.
inthashCodeForPaint(Paint p)
Returns a hash code for a Paint instance.