Searched refs:INCREMENT (Results 1 – 1 of 1) sorted by relevance
66 private static final int INCREMENT = 2; field in ExpandableDictionary.NodeArray69 mData = new Node[INCREMENT]; in NodeArray()74 Node[] tempData = new Node[mLength + INCREMENT]; in add()