public class CaseInsensitiveSet extends Object implements Set<String>, Serializable
| Constructor and Description |
|---|
CaseInsensitiveSet(Locale locale) |
CaseInsensitiveSet(Locale locale,
Set<String> newSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String e) |
boolean |
addAll(Collection<? extends String> c) |
void |
clear() |
boolean |
contains(Object e) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object e) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
protected String |
toLowerCase(String e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic CaseInsensitiveSet(Locale locale)
public int size()
public boolean isEmpty()
public boolean contains(Object e)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(String e)
public boolean remove(Object e)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<String>containsAll in interface Set<String>public boolean addAll(Collection<? extends String> c)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
public void clear()
Copyright © 2017. All rights reserved.