Searched refs:INIT_CAPACITY (Results 1 – 1 of 1) sorted by relevance
20 private static final int INIT_CAPACITY = 8; field in IntArray22 private int mData[] = new int[INIT_CAPACITY];58 if (mData.length != INIT_CAPACITY) mData = new int[INIT_CAPACITY]; in clear()