local.tomas.util.collections
Class SimpleMappedMap.SimpleEntry<J,V>
java.lang.Object
local.tomas.util.collections.SimpleMappedMap.SimpleEntry<J,V>
- Type Parameters:
J - key typeV - value type
- All Implemented Interfaces:
- Map.Entry<J,V>
- Enclosing class:
- SimpleMappedMap<K,F,T>
protected static class SimpleMappedMap.SimpleEntry<J,V>
- extends Object
- implements Map.Entry<J,V>
A simple map entry.
- Author:
- tomas.teubner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMappedMap.SimpleEntry
public SimpleMappedMap.SimpleEntry(J key,
V value)
- Construct entry.
- Parameters:
key - keyvalue - value
getKey
public J getKey()
- Specified by:
getKey in interface Map.Entry<J,V>
getValue
public V getValue()
- Specified by:
getValue in interface Map.Entry<J,V>
setValue
public V setValue(V value)
- Specified by:
setValue in interface Map.Entry<J,V>
Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.