Class WeakValueHashMap.Wildcard
java.lang.Object
org.apache.sis.util.collection.WeakValueHashMap.Wildcard
- Enclosing class:
WeakValueHashMap<K,V>
Wildcard for
WeakValueHashMap.intern(Object, Object, Object) condition meaning whether a key shall be associated
to a value or not. Note that equals(Object) and Object.hashCode() methods are inconsistent in
this class; the hashCode() method should never be invoked.- Since:
- 0.3
- Version:
- 1.2
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final WeakValueHashMap.Wildcard(package private) static final WeakValueHashMap.Wildcardprivate final booleanWhether the key shall be associated to a value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANY_VALUE
-
NO_VALUE
-
present
private final boolean presentWhether the key shall be associated to a value.
-
-
Constructor Details
-
Wildcard
-
-
Method Details
-
equals
-