Class OHashTable.RawEntry
java.lang.Object
com.orientechnologies.orient.core.storage.index.hashindex.local.OHashTable.RawEntry
- Enclosing interface:
OHashTable<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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)
-