Class IdentityKeyedObjectKey<KV>
java.lang.Object
io.deephaven.util.datastructures.hash.IdentityKeyedObjectKey<KV>
- All Implemented Interfaces:
io.deephaven.hash.KeyedObjectKey<KV,
KV>
public final class IdentityKeyedObjectKey<KV>
extends Object
implements io.deephaven.hash.KeyedObjectKey<KV,KV>
Key implementation for objects keyed by their own identity.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.hash.KeyedObjectKey
io.deephaven.hash.KeyedObjectKey.Basic<K extends Object,
V extends Object>, io.deephaven.hash.KeyedObjectKey.BasicAdapter<K extends Object, V extends Object>, io.deephaven.hash.KeyedObjectKey.Exact<K extends Object, V extends Object>, io.deephaven.hash.KeyedObjectKey.ExactAdapter<K extends Object, V extends Object>, io.deephaven.hash.KeyedObjectKey.NullSafeBasic<K extends Object, V extends Object>, io.deephaven.hash.KeyedObjectKey.NullSafeBasicAdapter<K extends Object, V extends Object>, io.deephaven.hash.KeyedObjectKey.NullSafeExact<K extends Object, V extends Object>, io.deephaven.hash.KeyedObjectKey.NullSafeExactAdapter<K extends Object, V extends Object> -
Method Summary
-
Method Details
-
getInstance
public static <KV> io.deephaven.hash.KeyedObjectKey<KV,KV> getInstance() -
getKey
-
hashKey
-
equalKey
-