Searched refs:DEFAULT_INITIAL_CAPACITY (Results 1 – 4 of 4) sorted by relevance
87 private static final int DEFAULT_INITIAL_CAPACITY = 11; field in PriorityQueue122 this(DEFAULT_INITIAL_CAPACITY, null); in PriorityQueue()148 this(DEFAULT_INITIAL_CAPACITY, comparator); in PriorityQueue()
235 static final int DEFAULT_INITIAL_CAPACITY = 1 << 4; // aka 16 field in HashMap687 oldCap >= DEFAULT_INITIAL_CAPACITY) in resize()693 newCap = DEFAULT_INITIAL_CAPACITY; in resize()694 newThr = (int)(DEFAULT_LOAD_FACTOR * DEFAULT_INITIAL_CAPACITY); in resize()1345 DEFAULT_INITIAL_CAPACITY; in capacity()1391 int cap = ((fc < DEFAULT_INITIAL_CAPACITY) ? in readObject()1392 DEFAULT_INITIAL_CAPACITY : in readObject()
143 private static final int DEFAULT_INITIAL_CAPACITY = 16; field in WeakHashMap241 this(DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR); in WeakHashMap()256 DEFAULT_INITIAL_CAPACITY), in WeakHashMap() local
132 private static final int DEFAULT_INITIAL_CAPACITY = 11; field in PriorityBlockingQueue191 this(DEFAULT_INITIAL_CAPACITY, null); in PriorityBlockingQueue()