protected abstract static class CaseInsensitiveMapWrapper.AbstractConverterSet<A,B> extends AbstractSet<B>
| Constructor and Description |
|---|
AbstractConverterSet(Set<A> set) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
protected abstract Iterator<B> |
createIterator(Set<A> aSet) |
boolean |
isEmpty() |
Iterator<B> |
iterator() |
protected A |
keyFor(Object o) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, streampublic int size()
size in interface Collection<B>size in interface Set<B>size in class AbstractCollection<B>public boolean contains(Object o)
contains in interface Collection<B>contains in interface Set<B>contains in class AbstractCollection<B>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<B>containsAll in interface Set<B>containsAll in class AbstractCollection<B>public boolean remove(Object o)
remove in interface Collection<B>remove in interface Set<B>remove in class AbstractCollection<B>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<B>removeAll in interface Set<B>removeAll in class AbstractSet<B>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<B>retainAll in interface Set<B>retainAll in class AbstractCollection<B>public void clear()
clear in interface Collection<B>clear in interface Set<B>clear in class AbstractCollection<B>public boolean isEmpty()
isEmpty in interface Collection<B>isEmpty in interface Set<B>isEmpty in class AbstractCollection<B>Copyright © 2020 MuleSoft, Inc.. All rights reserved.