public class CaseInsensitiveSet<T extends CharSequence> extends AbstractSet<T> implements Set<T>, Serializable
| Constructor and Description |
|---|
CaseInsensitiveSet() |
CaseInsensitiveSet(Collection<? extends T> c) |
CaseInsensitiveSet(int initialCapacity) |
CaseInsensitiveSet(T[] stringArray) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T o) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic CaseInsensitiveSet()
public CaseInsensitiveSet(Collection<? extends T> c)
public CaseInsensitiveSet(T[] stringArray)
public CaseInsensitiveSet(int initialCapacity)
public int size()
size in interface Collection<T extends CharSequence>size in interface Set<T extends CharSequence>size in class AbstractCollection<T extends CharSequence>public boolean isEmpty()
isEmpty in interface Collection<T extends CharSequence>isEmpty in interface Set<T extends CharSequence>isEmpty in class AbstractCollection<T extends CharSequence>public boolean contains(Object o)
contains in interface Collection<T extends CharSequence>contains in interface Set<T extends CharSequence>contains in class AbstractCollection<T extends CharSequence>public Iterator<T> iterator()
iterator in interface Iterable<T extends CharSequence>iterator in interface Collection<T extends CharSequence>iterator in interface Set<T extends CharSequence>iterator in class AbstractCollection<T extends CharSequence>public boolean add(T o)
add in interface Collection<T extends CharSequence>add in interface Set<T extends CharSequence>add in class AbstractCollection<T extends CharSequence>public boolean remove(Object o)
remove in interface Collection<T extends CharSequence>remove in interface Set<T extends CharSequence>remove in class AbstractCollection<T extends CharSequence>public void clear()
clear in interface Collection<T extends CharSequence>clear in interface Set<T extends CharSequence>clear in class AbstractCollection<T extends CharSequence>Copyright © 2021. All rights reserved.