Home
last modified time | relevance | path

Searched refs:tableSizeFor (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DHashMap.java377 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap
456 this.threshold = tableSizeFor(initialCapacity); in HashMap()
507 threshold = tableSizeFor(t); in putMapEntries()
1395 tableSizeFor((int)fc)); in readObject()
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashMap.java62 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap