Class TableKey.KeyedObjectKeyImpl<VALUE_TYPE>

java.lang.Object
com.illumon.iris.db.v2.locations.TableKey.KeyedObjectKeyImpl<VALUE_TYPE>
All Implemented Interfaces:
io.deephaven.hash.KeyedObjectKey<TableKey,VALUE_TYPE>
Direct Known Subclasses:
TableKey.SelfKeyedObjectKeyImpl
Enclosing interface:
TableKey

public abstract static class TableKey.KeyedObjectKeyImpl<VALUE_TYPE> extends Object implements io.deephaven.hash.KeyedObjectKey<TableKey,VALUE_TYPE>
  • 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    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

    • KeyedObjectKeyImpl

      public KeyedObjectKeyImpl()
  • Method Details

    • hashKey

      public int hashKey(@NotNull TableKey key)
      Specified by:
      hashKey in interface io.deephaven.hash.KeyedObjectKey<TableKey,VALUE_TYPE>
    • equalKey

      public boolean equalKey(@NotNull TableKey key, @NotNull VALUE_TYPE value)
      Specified by:
      equalKey in interface io.deephaven.hash.KeyedObjectKey<TableKey,VALUE_TYPE>