com.sun.faces.context
static class BaseContextMap.Entry<V> extends java.lang.Object implements java.util.Map.Entry<java.lang.String,V>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
private V |
value |
Constructor and Description |
---|
BaseContextMap.Entry(java.lang.String key,
V value) |
private final java.lang.String key
private final V value
BaseContextMap.Entry(java.lang.String key, V value)
public java.lang.String getKey()
getKey
in interface java.util.Map.Entry<java.lang.String,V>
public V getValue()
getValue
in interface java.util.Map.Entry<java.lang.String,V>
public V setValue(V value)
setValue
in interface java.util.Map.Entry<java.lang.String,V>
public int hashCode()
hashCode
in interface java.util.Map.Entry<java.lang.String,V>
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Map.Entry<java.lang.String,V>
equals
in class java.lang.Object
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.