| Package | Description |
|---|---|
| net.automatalib.commons.util.comparison |
| Modifier and Type | Method and Description |
|---|---|
static CmpUtil.NullOrdering |
CmpUtil.NullOrdering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmpUtil.NullOrdering[] |
CmpUtil.NullOrdering.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> Comparator<T> |
CmpUtil.safeComparator(Comparator<? super T> baseComp,
CmpUtil.NullOrdering nullOrd)
Retrieves a safe comparator, which can handle
null element values. |
Copyright © 2019. All rights reserved.