de.akquinet.jbosscc.needle.common
Class MapEntry<K,V>
java.lang.Object
de.akquinet.jbosscc.needle.common.MapEntry<K,V>
- All Implemented Interfaces:
- Map.Entry<K,V>
public class MapEntry<K,V>
- extends Object
- implements Map.Entry<K,V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntry
public MapEntry(K key,
V value)
getKey
public K getKey()
- Specified by:
getKey in interface Map.Entry<K,V>
getValue
public V getValue()
- Specified by:
getValue in interface Map.Entry<K,V>
setValue
public V setValue(Object value)
- Specified by:
setValue in interface Map.Entry<K,V>
Copyright © 2013 akquinet AG. All Rights Reserved.