ma.glasnost.orika.test.generics
Class GenericsTestCase.Entry<K,V>

java.lang.Object
  extended by ma.glasnost.orika.test.generics.GenericsTestCase.Entry<K,V>
Enclosing class:
GenericsTestCase

public static class GenericsTestCase.Entry<K,V>
extends Object


Constructor Summary
GenericsTestCase.Entry()
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 void setKey(K key)
           
 void setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericsTestCase.Entry

public GenericsTestCase.Entry()
Method Detail

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.