- java.lang.Object
-
- com.sun.faces.context.BaseContextMap.Entry<V>
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private java.lang.String |
key |
private V |
value |
-
Constructor Summary
Constructors
Constructor and Description |
Entry(java.lang.String key,
V value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map.Entry
comparingByKey, comparingByKey, comparingByValue, comparingByValue
-
-
Field Detail
-
value
private final V value
-
Method Detail
-
getValue
public V getValue()
- Specified by:
getValue
in interface java.util.Map.Entry<java.lang.String,V>
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map.Entry<java.lang.String,V>
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.