ma.glasnost.orika.test.generics
Class GenericsTestCase.Entry<K,V>
java.lang.Object
ma.glasnost.orika.test.generics.GenericsTestCase.Entry<K,V>
- Enclosing class:
- GenericsTestCase
public static class GenericsTestCase.Entry<K,V>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericsTestCase.Entry
public GenericsTestCase.Entry()
getKey
public K getKey()
setKey
public void setKey(K key)
getValue
public V getValue()
setValue
public void setValue(V value)
Copyright © 2012 Glasnost. All Rights Reserved.