|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.util.Association
org.pf.util.MapEntry
public class MapEntry
This is a simple implementation of the java.util.Map.Entry interface.
| Constructor Summary | |
|---|---|
MapEntry(java.lang.Object aKey,
java.lang.Object aValue)
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getKey()
Returns the key corresponding to this entry. |
java.lang.Object |
getValue()
Returns the value corresponding to this entry. |
java.lang.Object |
setValue(java.lang.Object obj)
Replaces the value corresponding to this entry with the specified value. |
| Methods inherited from class org.pf.util.Association |
|---|
copyAssociation, equals, hashCode, key, key, toString, value, value |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public MapEntry(java.lang.Object aKey,
java.lang.Object aValue)
| Method Detail |
|---|
public java.lang.Object getKey()
getKey in interface java.util.Map.EntrygetKey in class AssociationMap.Entry.getKey()public java.lang.Object getValue()
getValue in interface java.util.Map.EntrygetValue in class AssociationMap.Entry.getValue()public java.lang.Object setValue(java.lang.Object obj)
setValue in interface java.util.Map.EntrysetValue in class AssociationMap.Entry.setValue(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||