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_COMPARATORstatic Comparator<ExceptionContainer>EXCEPTION_CONTAINER_COMPARATORstatic Comparator<ValidationResults.NewValue>NEW_VALUE_COMPARATORstatic Comparator<Number>NUMERIC_COMPARATORstatic Comparator<Column>TABULAR_COLUMN_COMPARATORstatic Comparator<Column>TABULAR_COLUMN_DATATYPE_COMPARATORstatic Comparator<Column>TABULAR_COLUMN_NAME_COMPARATORstatic Comparator<VolumeContainer>VOLUME_CONTAINER_COMPARATOR -
Constructor Summary
Constructors Constructor Description Comparators() -
Method Summary
Modifier and Type Method Description static IntegernullCompare(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
-