ma.glasnost.orika.test.map
Class MapGenerationTestCase.MyMapEntry<K,V>
java.lang.Object
ma.glasnost.orika.test.map.MapGenerationTestCase.MyMapEntry<K,V>
- All Implemented Interfaces:
- Map.Entry<K,V>
- Enclosing class:
- MapGenerationTestCase
public static class MapGenerationTestCase.MyMapEntry<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 |
MapGenerationTestCase.MyMapEntry
public MapGenerationTestCase.MyMapEntry(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 Glasnost. All Rights Reserved.