Package gov.nasa.pds.web.ui.utils
Class Comparators
java.lang.Object
gov.nasa.pds.web.ui.utils.Comparators
public class Comparators extends Object
-
Field Summary
Fields Modifier and Type Field Description static Comparator<String>
CASE_INSENSITIVE_COMPARATOR
static Comparator<ExceptionContainer>
EXCEPTION_CONTAINER_COMPARATOR
static Comparator<ValidationResults.NewValue>
NEW_VALUE_COMPARATOR
static Comparator<Number>
NUMERIC_COMPARATOR
static Comparator<Column>
TABULAR_COLUMN_COMPARATOR
static Comparator<Column>
TABULAR_COLUMN_DATATYPE_COMPARATOR
static Comparator<Column>
TABULAR_COLUMN_NAME_COMPARATOR
static Comparator<VolumeContainer>
VOLUME_CONTAINER_COMPARATOR
-
Constructor Summary
Constructors Constructor Description Comparators()
-
Method Summary
Modifier and Type Method Description static Integer
nullCompare(Object left, Object right)
-
Field Details
-
CASE_INSENSITIVE_COMPARATOR
-
NUMERIC_COMPARATOR
-
TABULAR_COLUMN_COMPARATOR
-
TABULAR_COLUMN_NAME_COMPARATOR
-
TABULAR_COLUMN_DATATYPE_COMPARATOR
-
NEW_VALUE_COMPARATOR
-
VOLUME_CONTAINER_COMPARATOR
-
EXCEPTION_CONTAINER_COMPARATOR
-
-
Constructor Details
-
Comparators
public Comparators()
-
-
Method Details
-
nullCompare
-