intarsys runtime library

de.intarsys.tools.collection
Class Entry<K,V>

java.lang.Object
  extended by 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)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 V setValue(V value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

Entry

public Entry(K key,
             V value)
Method Detail

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>

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.