@param c 其中的元素將存放在此set中的collection。 */public HashSet(Collection<? extends E> c) { map = new HashMap<E,Object>(Math.max((int) (c.size()/.75f) + ...
確定! 回上一頁