com.pmease.quickbuild.plugin.report.engine.util
Class TypedObjectMap<T extends TypedObject>

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.util.TypedObjectMap<T>

public class TypedObjectMap<T extends TypedObject>
extends java.lang.Object


Constructor Summary
TypedObjectMap()
           
 
Method Summary
 TypedObjectMap<T> add(T value)
           
 T get(java.lang.String type)
           
 java.util.Map<java.lang.String,T> getMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedObjectMap

public TypedObjectMap()
Method Detail

add

public TypedObjectMap<T> add(T value)

getMap

public java.util.Map<java.lang.String,T> getMap()

get

public T get(java.lang.String type)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.