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 PropertyMap
public boolean contains(PropertyId pid)
contains
in interface PropertyMap
public int size()
size
in interface PropertyMap
public PropertyId getKey(int i)
getKey
in interface PropertyMap