com.thaiopensource.util
Class PropertyMapBuilder
java.lang.Object
com.thaiopensource.util.PropertyMapBuilder
public class PropertyMapBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyMapBuilder
public PropertyMapBuilder()
PropertyMapBuilder
public PropertyMapBuilder(PropertyMap pm)
add
public void add(PropertyMap pm)
toPropertyMap
public PropertyMap toPropertyMap()
put
public <T> T put(PropertyId<T> id,
T value)
get
public <T> T get(PropertyId<T> pid)
contains
public boolean contains(PropertyId<?> pid)