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

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

Introduction

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

The text is from its open source code.

Method

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.