Searched refs:INIT_CAP (Results 1 – 2 of 2) sorted by relevance
61 pollWrapper = new PollArrayWrapper(INIT_CAP); in PollSelectorImpl()63 channelArray = new SelectionKeyImpl[INIT_CAP]; in PollSelectorImpl()
47 protected final int INIT_CAP = 10; field in AbstractPollSelectorImpl