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