Searched refs:getOptimalNumberOfBytesForValue (Results 1 – 1 of 1) sorted by relevance
73 prefixSizeInBytes = getOptimalNumberOfBytesForValue(phonePrefixMap.lastKey()); in readFromSortedMap()94 descIndexSizeInBytes = getOptimalNumberOfBytesForValue(descriptionsSet.size() - 1); in createDescriptionPool()185 private static int getOptimalNumberOfBytesForValue(int value) { in getOptimalNumberOfBytesForValue() method in FlyweightMapStorage