public static class CaseInsensitiveContainerFactory.CaseInsensitiveSet extends HashSet
| 构造器和说明 |
|---|
CaseInsensitiveSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(Object e) |
boolean |
addAll(Collection c) |
boolean |
contains(Object e) |
boolean |
remove(Object e) |
equals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringparallelStream, removeIf, streampublic boolean remove(Object e)
public boolean contains(Object e)
public boolean addAll(Collection c)
addAll 在接口中 CollectionaddAll 在接口中 SetaddAll 在类中 AbstractCollectionCopyright © 2015. All rights reserved.