Class WeakValueHashMap.Wildcard

java.lang.Object
org.apache.sis.util.collection.WeakValueHashMap.Wildcard
Enclosing class:
WeakValueHashMap<K,V>

private static final class WeakValueHashMap.Wildcard extends Object
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.