static enum MapMakerInternalMap.Strength extends java.lang.Enum<MapMakerInternalMap.Strength>
Modifier and Type | Method and Description |
---|---|
(package private) abstract Equivalence<java.lang.Object> |
defaultEquivalence()
Returns the default equivalence strategy used to compare and hash keys or values referenced
at this strength.
|
static MapMakerInternalMap.Strength |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapMakerInternalMap.Strength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapMakerInternalMap.Strength STRONG
public static final MapMakerInternalMap.Strength WEAK
public static MapMakerInternalMap.Strength[] values()
for (MapMakerInternalMap.Strength c : MapMakerInternalMap.Strength.values()) System.out.println(c);
public static MapMakerInternalMap.Strength 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 nullabstract Equivalence<java.lang.Object> defaultEquivalence()