junitx.ddtunit.data.processing
Class MapEntry

java.lang.Object
  extended by junitx.ddtunit.data.processing.MapEntry

public class MapEntry
extends Object

Author:
jg

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

Constructor Detail

MapEntry

public MapEntry()
Method Detail

getKey

public TypedObject getKey()

setKey

public void setKey(TypedObject key)

getValue

public TypedObject getValue()

setValue

public void setValue(TypedObject value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011. All Rights Reserved.