com.thaiopensource.util
Class PropertyMapBuilder.PropertyMapImpl
java.lang.Object
com.thaiopensource.util.PropertyMapBuilder.PropertyMapImpl
- All Implemented Interfaces:
- PropertyMap
- Enclosing class:
- PropertyMapBuilder
private static class PropertyMapBuilder.PropertyMapImpl
- extends Object
- implements PropertyMap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
private final Hashtable map
keys
private final PropertyId[] keys
PropertyMapBuilder.PropertyMapImpl
private PropertyMapBuilder.PropertyMapImpl(Hashtable map,
PropertyId[] keys)
get
public Object get(PropertyId pid)
- Specified by:
get
in interface PropertyMap
size
public int size()
- Specified by:
size
in interface PropertyMap
contains
public boolean contains(PropertyId pid)
- Specified by:
contains
in interface PropertyMap
getKey
public PropertyId getKey(int i)
- Specified by:
getKey
in interface PropertyMap