public interface PropertyMap
Modifier and Type | Field and Description |
---|---|
static PropertyMap |
EMPTY |
Modifier and Type | Method and 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)