private class HttpClient.ContentDecoderFactorySet extends java.lang.Object implements java.util.Set<ContentDecoder.Factory>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<ContentDecoder.Factory> |
set |
| Modifier | Constructor and Description |
|---|---|
private |
ContentDecoderFactorySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ContentDecoder.Factory e) |
boolean |
addAll(java.util.Collection<? extends ContentDecoder.Factory> c) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
private void |
invalidate() |
boolean |
isEmpty() |
java.util.Iterator<ContentDecoder.Factory> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
private final java.util.Set<ContentDecoder.Factory> set
public boolean add(ContentDecoder.Factory e)
add in interface java.util.Collection<ContentDecoder.Factory>add in interface java.util.Set<ContentDecoder.Factory>public boolean addAll(java.util.Collection<? extends ContentDecoder.Factory> c)
addAll in interface java.util.Collection<ContentDecoder.Factory>addAll in interface java.util.Set<ContentDecoder.Factory>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<ContentDecoder.Factory>remove in interface java.util.Set<ContentDecoder.Factory>public boolean removeAll(java.util.Collection<?> c)
removeAll in interface java.util.Collection<ContentDecoder.Factory>removeAll in interface java.util.Set<ContentDecoder.Factory>public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<ContentDecoder.Factory>retainAll in interface java.util.Set<ContentDecoder.Factory>public void clear()
clear in interface java.util.Collection<ContentDecoder.Factory>clear in interface java.util.Set<ContentDecoder.Factory>public int size()
size in interface java.util.Collection<ContentDecoder.Factory>size in interface java.util.Set<ContentDecoder.Factory>public boolean isEmpty()
isEmpty in interface java.util.Collection<ContentDecoder.Factory>isEmpty in interface java.util.Set<ContentDecoder.Factory>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<ContentDecoder.Factory>contains in interface java.util.Set<ContentDecoder.Factory>public boolean containsAll(java.util.Collection<?> c)
containsAll in interface java.util.Collection<ContentDecoder.Factory>containsAll in interface java.util.Set<ContentDecoder.Factory>public java.util.Iterator<ContentDecoder.Factory> iterator()
iterator in interface java.lang.Iterable<ContentDecoder.Factory>iterator in interface java.util.Collection<ContentDecoder.Factory>iterator in interface java.util.Set<ContentDecoder.Factory>public java.lang.Object[] toArray()
toArray in interface java.util.Collection<ContentDecoder.Factory>toArray in interface java.util.Set<ContentDecoder.Factory>public <T> T[] toArray(T[] a)
toArray in interface java.util.Collection<ContentDecoder.Factory>toArray in interface java.util.Set<ContentDecoder.Factory>private void invalidate()