public class CaseInsensitiveLinkedSet extends LinkedHashSet<String>
| Constructor and Description |
|---|
CaseInsensitiveLinkedSet() |
CaseInsensitiveLinkedSet(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) |
CaseInsensitiveLinkedSet |
of(String element) |
boolean |
remove(Object element) |
spliteratorequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic CaseInsensitiveLinkedSet()
public CaseInsensitiveLinkedSet(int capacity)
public CaseInsensitiveLinkedSet 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.