static enum RenderType.Type.EqualityStrategy extends java.lang.Enum<RenderType.Type.EqualityStrategy> implements it.unimi.dsi.fastutil.Hash.Strategy<RenderType.Type>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(RenderType.Type p_equals_1_,
RenderType.Type p_equals_2_) |
int |
hashCode(RenderType.Type p_hashCode_1_) |
static RenderType.Type.EqualityStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderType.Type.EqualityStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderType.Type.EqualityStrategy INSTANCE
public static RenderType.Type.EqualityStrategy[] values()
for (RenderType.Type.EqualityStrategy c : RenderType.Type.EqualityStrategy.values()) System.out.println(c);
public static RenderType.Type.EqualityStrategy 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(@Nullable RenderType.Type p_hashCode_1_)
hashCode
in interface it.unimi.dsi.fastutil.Hash.Strategy<RenderType.Type>
public boolean equals(@Nullable RenderType.Type p_equals_1_, @Nullable RenderType.Type p_equals_2_)
equals
in interface it.unimi.dsi.fastutil.Hash.Strategy<RenderType.Type>