Searched defs:tableSizeFor (Results 1 – 4 of 4) sorted by relevance
70 int tableSizeFor(int n) { in tableSizeFor() method in WhiteBoxResizeTest
62 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap
376 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap
704 private static final int tableSizeFor(int c) { in tableSizeFor() method in ConcurrentHashMap