public enum AreaTaxInfoComparator extends Enum<AreaTaxInfoComparator> implements Comparator<AreaTaxCalculationInfo>
| Enum Constant and Description |
|---|
BASERATE_SORT |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<AreaTaxCalculationInfo> |
decending(Comparator<AreaTaxCalculationInfo> other) |
static Comparator<AreaTaxCalculationInfo> |
getAreaTaxComparator(AreaTaxInfoComparator... multipleOptions) |
static AreaTaxInfoComparator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreaTaxInfoComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final AreaTaxInfoComparator BASERATE_SORT
public static AreaTaxInfoComparator[] values()
for (AreaTaxInfoComparator c : AreaTaxInfoComparator.values()) System.out.println(c);
public static AreaTaxInfoComparator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Comparator<AreaTaxCalculationInfo> decending(Comparator<AreaTaxCalculationInfo> other)
public static Comparator<AreaTaxCalculationInfo> getAreaTaxComparator(AreaTaxInfoComparator... multipleOptions)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.