public class Objects extends Object
| Constructor and Description |
|---|
Objects() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(Object a,
Object b)
A helper method for performing an ordered comparison on the objects
handling nulls and objects which do not handle sorting gracefully
|
static boolean |
equal(Object a,
Object b)
A helper method for comparing objects for equality while handling nulls
|
Copyright © 2011–2014 Red Hat. All rights reserved.