public static enum IdentityMap.Counters extends Enum<IdentityMap.Counters>
| Enum Constant and Description |
|---|
IN_EDGE_COUNT |
IN_EDGE_PROPERTY_COUNT |
OUT_EDGE_COUNT |
OUT_EDGE_PROPERTY_COUNT |
VERTEX_COUNT |
VERTEX_PROPERTY_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static IdentityMap.Counters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityMap.Counters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityMap.Counters VERTEX_COUNT
public static final IdentityMap.Counters OUT_EDGE_COUNT
public static final IdentityMap.Counters IN_EDGE_COUNT
public static final IdentityMap.Counters VERTEX_PROPERTY_COUNT
public static final IdentityMap.Counters OUT_EDGE_PROPERTY_COUNT
public static final IdentityMap.Counters IN_EDGE_PROPERTY_COUNT
public static IdentityMap.Counters[] values()
for (IdentityMap.Counters c : IdentityMap.Counters.values()) System.out.println(c);
public static IdentityMap.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.