de.intarsys.tools.collection
Class Entry<K,V>
java.lang.Object
de.intarsys.tools.collection.Entry<K,V>
- All Implemented Interfaces:
- Map.Entry<K,V>
public class Entry<K,V>
- extends Object
- implements Map.Entry<K,V>
|
Constructor Summary |
Entry(K key,
V value)
|
Entry
public Entry(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(V value)
- Specified by:
setValue in interface Map.Entry<K,V>
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.