java.lang.Object
com.orientechnologies.orient.core.storage.index.hashindex.local.OHashTable.RawEntry
Enclosing interface:
OHashTable<K,V>

public static class OHashTable.RawEntry extends Object
  • Field Details

    • key

      public final byte[] key
    • value

      public final byte[] value
    • hashCode

      public final long hashCode
  • Constructor Details

    • RawEntry

      public RawEntry(byte[] key, byte[] value, long hashCode)