Class DataIndexUtils.LookupKeyedObjectKey<VALUE_TYPE>
java.lang.Object
io.deephaven.engine.table.impl.dataindex.DataIndexUtils.LookupKeyedObjectKey<VALUE_TYPE>
- All Implemented Interfaces:
io.deephaven.hash.KeyedObjectKey<Object,
VALUE_TYPE>
- Enclosing class:
- DataIndexUtils
public abstract static class DataIndexUtils.LookupKeyedObjectKey<VALUE_TYPE>
extends Object
implements io.deephaven.hash.KeyedObjectKey<Object,VALUE_TYPE>
A
KeyedObjectKey
that for values keyed by a lookup key.-
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> -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.hash.KeyedObjectKey
getKey
-
Constructor Details
-
LookupKeyedObjectKey
public LookupKeyedObjectKey()
-
-
Method Details
-
hashKey
- Specified by:
hashKey
in interfaceio.deephaven.hash.KeyedObjectKey<Object,
VALUE_TYPE>
-
equalKey
- Specified by:
equalKey
in interfaceio.deephaven.hash.KeyedObjectKey<Object,
VALUE_TYPE>
-