public class SinglePropertyMap<T> extends Object implements PropertyMap
EMPTY| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(PropertyId<?> pid) |
<V> V |
get(PropertyId<V> pid) |
PropertyId<?> |
getKey(int i) |
static <T> SinglePropertyMap |
newInstance(PropertyId<T> pid,
T value) |
int |
size() |
public <V> V get(PropertyId<V> 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 PropertyMappublic static <T> SinglePropertyMap newInstance(PropertyId<T> pid, T value)