static enum Util.IdentityStrategy extends java.lang.Enum<Util.IdentityStrategy> implements it.unimi.dsi.fastutil.Hash.Strategy<java.lang.Object>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object p_equals_1_,
java.lang.Object p_equals_2_) |
int |
hashCode(java.lang.Object p_hashCode_1_) |
static Util.IdentityStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Util.IdentityStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Util.IdentityStrategy INSTANCE
public static Util.IdentityStrategy[] values()
for (Util.IdentityStrategy c : Util.IdentityStrategy.values()) System.out.println(c);
public static Util.IdentityStrategy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int hashCode(java.lang.Object p_hashCode_1_)
hashCode in interface it.unimi.dsi.fastutil.Hash.Strategy<java.lang.Object>public boolean equals(java.lang.Object p_equals_1_,
java.lang.Object p_equals_2_)
equals in interface it.unimi.dsi.fastutil.Hash.Strategy<java.lang.Object>