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

public static class OHashTable.Entry<K,V> extends Object
  • Field Details

    • key

      public final K key
    • value

      public final V value
    • hashCode

      public final long hashCode
  • Constructor Details

    • Entry

      public Entry(K key, V value, long hashCode)