Searched refs:INT_NUM_BYTES (Results 1 – 1 of 1) sorted by relevance
39 private static final int INT_NUM_BYTES = Integer.SIZE / 8; field in FlyweightMapStorage186 return value <= Short.MAX_VALUE ? SHORT_NUM_BYTES : INT_NUM_BYTES; in getOptimalNumberOfBytesForValue()