public static enum DuplicateFilterMap.Counters extends Enum<DuplicateFilterMap.Counters>
| Enum Constant and Description |
|---|
EDGES_DEDUPED |
VERTICES_DEDUPED |
| Modifier and Type | Method and Description |
|---|---|
static DuplicateFilterMap.Counters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DuplicateFilterMap.Counters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DuplicateFilterMap.Counters VERTICES_DEDUPED
public static final DuplicateFilterMap.Counters EDGES_DEDUPED
public static DuplicateFilterMap.Counters[] values()
for (DuplicateFilterMap.Counters c : DuplicateFilterMap.Counters.values()) System.out.println(c);
public static DuplicateFilterMap.Counters 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 © 2012–2016. All rights reserved.