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

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

Introduction

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

The text is from its open source code.

Method

Objectclone(final Object object)
Returns a clone of the specified object, if it can be cloned, otherwise throws a CloneNotSupportedException.
CollectiondeepClone(final Collection collection)
Returns a new collection containing clones of all the items in the specified collection.
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.