Searched refs:MIN_INITIAL_CAPACITY (Results 1 – 2 of 2) sorted by relevance
212 private static final int MIN_INITIAL_CAPACITY = 8; // 0x8 field in ArrayDeque
119 private static final int MIN_INITIAL_CAPACITY = 8; field in ArrayDeque129 int initialCapacity = MIN_INITIAL_CAPACITY; in allocateElements()