com.satline.util.collections
Class SimpleMappedMap.SimpleEntry<J,V>

java.lang.Object
  extended by com.satline.util.collections.SimpleMappedMap.SimpleEntry<J,V>
All Implemented Interfaces:
java.util.Map.Entry<J,V>
Enclosing class:
SimpleMappedMap<K,F,T>

protected static class SimpleMappedMap.SimpleEntry<J,V>
extends java.lang.Object
implements java.util.Map.Entry<J,V>


Constructor Summary
SimpleMappedMap.SimpleEntry(J key, V value)
           
 
Method Summary
 J getKey()
           
 V getValue()
           
 V setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

SimpleMappedMap.SimpleEntry

public SimpleMappedMap.SimpleEntry(J key,
                                   V value)
Method Detail

getKey

public J getKey()
Specified by:
getKey in interface java.util.Map.Entry<J,V>

getValue

public V getValue()
Specified by:
getValue in interface java.util.Map.Entry<J,V>

setValue

public V setValue(V value)
Specified by:
setValue in interface java.util.Map.Entry<J,V>


Copyright © 2007 null. All Rights Reserved.