private static class UIComponentBase.FacetsMapValues extends java.util.AbstractCollection<UIComponent>
| Modifier and Type | Field and Description |
|---|---|
private UIComponentBase.FacetsMap |
map |
| Constructor and Description |
|---|
FacetsMapValues(UIComponentBase.FacetsMap map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(UIComponent o) |
boolean |
addAll(java.util.Collection c) |
void |
clear() |
boolean |
isEmpty() |
java.util.Iterator<UIComponent> |
iterator() |
int |
size() |
contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate UIComponentBase.FacetsMap map
public FacetsMapValues(UIComponentBase.FacetsMap map)
public boolean add(UIComponent o)
add in interface java.util.Collection<UIComponent>add in class java.util.AbstractCollection<UIComponent>public boolean addAll(java.util.Collection c)
addAll in interface java.util.Collection<UIComponent>addAll in class java.util.AbstractCollection<UIComponent>public void clear()
clear in interface java.util.Collection<UIComponent>clear in class java.util.AbstractCollection<UIComponent>public boolean isEmpty()
isEmpty in interface java.util.Collection<UIComponent>isEmpty in class java.util.AbstractCollection<UIComponent>public java.util.Iterator<UIComponent> iterator()
iterator in interface java.lang.Iterable<UIComponent>iterator in interface java.util.Collection<UIComponent>iterator in class java.util.AbstractCollection<UIComponent>public int size()
size in interface java.util.Collection<UIComponent>size in class java.util.AbstractCollection<UIComponent>