private static class UIComponentBase.FacetsMapEntrySetEntry extends java.lang.Object implements java.util.Map.Entry<java.lang.String,UIComponent>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
private UIComponentBase.FacetsMap |
map |
Constructor and Description |
---|
FacetsMapEntrySetEntry(UIComponentBase.FacetsMap map,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey() |
UIComponent |
getValue() |
int |
hashCode() |
UIComponent |
setValue(UIComponent value) |
private UIComponentBase.FacetsMap map
private java.lang.String key
public FacetsMapEntrySetEntry(UIComponentBase.FacetsMap map, java.lang.String key)
public boolean equals(java.lang.Object o)
equals
in interface java.util.Map.Entry<java.lang.String,UIComponent>
equals
in class java.lang.Object
public java.lang.String getKey()
getKey
in interface java.util.Map.Entry<java.lang.String,UIComponent>
public UIComponent getValue()
getValue
in interface java.util.Map.Entry<java.lang.String,UIComponent>
public int hashCode()
hashCode
in interface java.util.Map.Entry<java.lang.String,UIComponent>
hashCode
in class java.lang.Object
public UIComponent setValue(UIComponent value)
setValue
in interface java.util.Map.Entry<java.lang.String,UIComponent>