public static enum DiffFactory.EDiffOptimized extends Enum<DiffFactory.EDiffOptimized>
Enum Constant and Description |
---|
HASHED
Optimized diff.
|
NO
Normal diff.
|
Modifier and Type | Method and Description |
---|---|
static DiffFactory.EDiffOptimized |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffFactory.EDiffOptimized[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffFactory.EDiffOptimized NO
public static final DiffFactory.EDiffOptimized HASHED
public static DiffFactory.EDiffOptimized[] values()
for (DiffFactory.EDiffOptimized c : DiffFactory.EDiffOptimized.values()) System.out.println(c);
public static DiffFactory.EDiffOptimized 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 © 2013. All Rights Reserved.