java.lang.Object
com.aoapps.collections.IdentityKey<T>
Allows any object to be used as a hash key, with identity used for
hashCode() and
equals(java.lang.Object). They may be used, for example, to have IdentityHashMap
semantics with WeakHashMap references.
Supports null value, which may allow null keys in maps that otherwise do not support null
keys.
- Author:
- AO Industries, Inc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL
-
-
Constructor Details
-
IdentityKey
Deprecated.
-
-
Method Details

of(java.lang.Object), which may returnNULLfornullvalues.