SinglePropertyMap
public interface PropertyMap
Modifier and Type | Field | Description |
---|---|---|
static PropertyMap |
EMPTY |
Modifier and Type | Method | Description |
---|---|---|
boolean |
contains(PropertyId<?> pid) |
|
<T> T |
get(PropertyId<T> pid) |
|
PropertyId<?> |
getKey(int i) |
|
int |
size() |
static final PropertyMap EMPTY
<T> T get(PropertyId<T> pid)
boolean contains(PropertyId<?> pid)
int size()
PropertyId<?> getKey(int i)