org.pf.util
Class MapEntry<K,V>

java.lang.Object
  extended by org.pf.util.Association<K,V>
      extended by org.pf.util.MapEntry<K,V>
All Implemented Interfaces:
java.io.Serializable, java.util.Map.Entry<K,V>

public class MapEntry<K,V>
extends Association<K,V>

This is a simple implementation of the java.util.Map.Entry interface.

Version:
2.0
Author:
Manfred Duchrow
See Also:
Serialized Form

Constructor Summary
MapEntry(K aKey, V aValue)
          Initialize the new instance with default values.
 
Method Summary
 
Methods inherited from class org.pf.util.Association
copyAssociation, equals, getKey, getValue, hashCode, key, key, setValue, toString, value, value
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapEntry

public MapEntry(K aKey,
                V aValue)
Initialize the new instance with default values.