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

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

Introduction

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

The text is from its open source code.

Method

booleanequal(final Object o1, final Object o2)
Returns true if the two objects are equal OR both null.
inthashCode(final Object object)
Returns a hash code for an object, or zero if the object is null.