Searched refs:initCapacity (Results 1 – 1 of 1) sorted by relevance
254 private void init(int initCapacity) { in init() argument259 table = new Object[2 * initCapacity]; in init()