public class Comparators
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<java.lang.String> |
CASE_INSENSITIVE_COMPARATOR |
static java.util.Comparator<ExceptionContainer> |
EXCEPTION_CONTAINER_COMPARATOR |
static java.util.Comparator<ValidationResults.NewValue> |
NEW_VALUE_COMPARATOR |
static java.util.Comparator<java.lang.Number> |
NUMERIC_COMPARATOR |
static java.util.Comparator<Column> |
TABULAR_COLUMN_COMPARATOR |
static java.util.Comparator<Column> |
TABULAR_COLUMN_DATATYPE_COMPARATOR |
static java.util.Comparator<Column> |
TABULAR_COLUMN_NAME_COMPARATOR |
static java.util.Comparator<VolumeContainer> |
VOLUME_CONTAINER_COMPARATOR |
Constructor and Description |
---|
Comparators() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Integer |
nullCompare(java.lang.Object left,
java.lang.Object right) |
public static final java.util.Comparator<java.lang.String> CASE_INSENSITIVE_COMPARATOR
public static final java.util.Comparator<java.lang.Number> NUMERIC_COMPARATOR
public static final java.util.Comparator<Column> TABULAR_COLUMN_COMPARATOR
public static final java.util.Comparator<Column> TABULAR_COLUMN_NAME_COMPARATOR
public static final java.util.Comparator<Column> TABULAR_COLUMN_DATATYPE_COMPARATOR
public static final java.util.Comparator<ValidationResults.NewValue> NEW_VALUE_COMPARATOR
public static final java.util.Comparator<VolumeContainer> VOLUME_CONTAINER_COMPARATOR
public static final java.util.Comparator<ExceptionContainer> EXCEPTION_CONTAINER_COMPARATOR
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.