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