Searched refs:tableSizeFor (Results 1 – 2 of 2) sorted by relevance
377 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap456 this.threshold = tableSizeFor(initialCapacity); in HashMap()507 threshold = tableSizeFor(t); in putMapEntries()1395 tableSizeFor((int)fc)); in readObject()
62 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap