Package org.apache.sis.util.collection
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.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final WeakValueHashMap.Wildcard
(package private) static final WeakValueHashMap.Wildcard
private final boolean
Whether the key shall be associated to a value. -
Constructor Summary
Constructors -
Method Summary