public class CaseInsensitiveSet extends HashSet<String>
| Constructor and Description |
|---|
CaseInsensitiveSet() |
CaseInsensitiveSet(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String element) |
boolean |
addAll(Collection<? extends String> c) |
boolean |
contains(Object element) |
protected String |
convertKey(String key) |
CaseInsensitiveSet |
of(String element) |
boolean |
remove(Object element) |
equals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic CaseInsensitiveSet()
public CaseInsensitiveSet(int capacity)
public CaseInsensitiveSet of(String element)
public boolean add(String element)
public boolean addAll(Collection<? extends String> c)
addAll in interface Collection<String>addAll in interface Set<String>addAll in class AbstractCollection<String>public boolean remove(Object element)
public boolean contains(Object element)
Copyright © 2017. All rights reserved.