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

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

Introduction

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

The text is from its open source code.

Method

booleanequal(Object o1, Object o2)
Returns true if the two objects are equal OR both null.