Searched refs:INITIAL_CAPACITY (Results 1 – 2 of 2) sorted by relevance
284 private static final int INITIAL_CAPACITY = 16; field in ThreadLocal.ThreadLocalMap329 table = new Entry[INITIAL_CAPACITY]; in ThreadLocalMap()330 int i = firstKey.threadLocalHashCode & (INITIAL_CAPACITY - 1); in ThreadLocalMap()333 setThreshold(INITIAL_CAPACITY); in ThreadLocalMap()
846 private static final int INITIAL_CAPACITY = 16; field in ScheduledThreadPoolExecutor.DelayedWorkQueue848 new RunnableScheduledFuture<?>[INITIAL_CAPACITY];