public class ObjectUtils extends Object
| Constructor and Description |
|---|
ObjectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<? super T>> |
compare(T c1,
T c2) |
static <T extends Comparable<? super T>> |
compare(T c1,
T c2,
boolean nullGreater) |
public static <T extends Comparable<? super T>> int compare(T c1, T c2)
public static <T extends Comparable<? super T>> int compare(T c1, T c2, boolean nullGreater)
Copyright © 2013 dontdrinkandroot. All Rights Reserved.