Searched refs:ungrowableSet (Results 1 – 2 of 2) sorted by relevance
62 publicSelectedKeys = Util.ungrowableSet(selectedKeys); in SelectorImpl()
315 static <E> Set<E> ungrowableSet(final Set<E> s) { in ungrowableSet() method in Util