public class SinglePropertyMap extends java.lang.Object implements PropertyMap
EMPTY| Constructor and Description |
|---|
SinglePropertyMap(PropertyId pid,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(PropertyId pid) |
java.lang.Object |
get(PropertyId pid) |
PropertyId |
getKey(int i) |
int |
size() |
public SinglePropertyMap(PropertyId pid, java.lang.Object value)
public java.lang.Object get(PropertyId pid)
get in interface PropertyMappublic boolean contains(PropertyId pid)
contains in interface PropertyMappublic int size()
size in interface PropertyMappublic PropertyId getKey(int i)
getKey in interface PropertyMap