final void clearSlot(long slotIndex) { U.putChar(this, HASH_TABLE_OFFSET + (slotIndex << 1), (char) 0); }
final void writeSlot(long slotIndex, long slot) { U.putChar(this, HASH_TABLE_OFFSET + (slotIndex << 1), (char) slot); }