| 构造器和说明 |
|---|
IgnoreCaseSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(String e) |
boolean |
addAll(Collection<? extends String> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, spliteratorequals, hashCodetoStringparallelStream, removeIf, streampublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
toArray 在接口中 Collection<String>toArray 在接口中 Set<String>toArray 在类中 AbstractCollection<String>public <T> T[] toArray(T[] a)
toArray 在接口中 Collection<String>toArray 在接口中 Set<String>toArray 在类中 AbstractCollection<String>public boolean add(String e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll 在接口中 Collection<String>containsAll 在接口中 Set<String>containsAll 在类中 AbstractCollection<String>public boolean addAll(Collection<? extends String> c)
addAll 在接口中 Collection<String>addAll 在接口中 Set<String>addAll 在类中 AbstractCollection<String>public boolean retainAll(Collection<?> c)
retainAll 在接口中 Collection<String>retainAll 在接口中 Set<String>retainAll 在类中 AbstractCollection<String>public boolean removeAll(Collection<?> c)
removeAll 在接口中 Collection<String>removeAll 在接口中 Set<String>removeAll 在类中 AbstractSet<String>Copyright © 2023. All rights reserved.