public static enum RangeOfInt.Equat extends Enum<RangeOfInt.Equat> implements Equator<List<Integer>>
Equator.Comp, Equator.Equat| Enum Constant and Description |
|---|
LIST |
| Modifier and Type | Method and Description |
|---|---|
static RangeOfInt.Equat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeOfInt.Equat[] |
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, valueOfdefaultComparator, defaultEquator, doCompare, eq, hash, neqpublic static final RangeOfInt.Equat LIST
public static RangeOfInt.Equat[] values()
for (RangeOfInt.Equat c : RangeOfInt.Equat.values()) System.out.println(c);
public static RangeOfInt.Equat 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 nullCopyright © 2019. All rights reserved.