Searched refs:ARRAY_SHIFT (Results 1 – 1 of 1) sorted by relevance
58 private static final int ARRAY_SHIFT = 8; field in SparseMappingTable143 final int key = (whichArray << ARRAY_SHIFT) in getOrAddKey()462 sb.append(Integer.toHexString((key >> ARRAY_SHIFT) & ARRAY_MASK)); in dumpInternalState()628 return (key >> ARRAY_SHIFT) & ARRAY_MASK; in getArrayFromKey()