junitx.ddtunit.data
Class TypedObjectMap

java.lang.Object
  extended by junitx.ddtunit.data.TypedObjectMap
All Implemented Interfaces:
Cloneable

public class TypedObjectMap
extends Object
implements Cloneable

Author:
jg TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
TypedObjectMap()
           
 
Method Summary
 Object clone()
           
 Set entrySet()
           
 TypedObject get(String id)
           
 TypedObject get(String id, String type)
           
 boolean isEmpty()
           
 void put(String id, TypedObject entry)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedObjectMap

public TypedObjectMap()
Method Detail

put

public void put(String id,
                TypedObject entry)

get

public TypedObject get(String id,
                       String type)

get

public TypedObject get(String id)

entrySet

public Set entrySet()

isEmpty

public boolean isEmpty()

size

public int size()

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2004-2011. All Rights Reserved.