Searched defs:tableSizeFor (Results 1 – 3 of 3) sorted by relevance
62 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap
375 static final int tableSizeFor(int cap) { in tableSizeFor() method in HashMap
704 private static final int tableSizeFor(int c) { in tableSizeFor() method in ConcurrentHashMap