Package | Description |
---|---|
org.josef.util |
Utility Classes.
|
Modifier and Type | Method and Description |
---|---|
CComparator.OrderNulls |
CComparator.getOrderNulls()
Gets the order of null values.
|
static CComparator.OrderNulls |
CComparator.OrderNulls.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CComparator.OrderNulls[] |
CComparator.OrderNulls.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<? super T>> |
CComparator.compareAllowingNulls(T left,
T right,
Order order,
CComparator.OrderNulls orderNulls)
Utility method to compare two objects.
|
Constructor and Description |
---|
CComparator(Order order,
CComparator.OrderNulls orderNulls)
Constructs this Comparator that compares two objects of type <T>.
|
Copyright © 2008–2018. All rights reserved.