Searched refs:MAX_LOAD_FACTOR (Results 1 – 1 of 1) sorted by relevance
45 private static final float MAX_LOAD_FACTOR = 100.0F; field in Serialization51 float loadFactor = Float.MIN_VALUE + rnd.nextFloat()*MAX_LOAD_FACTOR; in createHashSet()