Package com.thaiopensource.util
Interface PropertyMap
-
- All Known Implementing Classes:
SinglePropertyMap
public interface PropertyMap
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyMapEMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(PropertyId<?> pid)<T> Tget(PropertyId<T> pid)PropertyId<?>getKey(int i)intsize()
-
-
-
Field Detail
-
EMPTY
static final PropertyMap EMPTY
-
-
Method Detail
-
get
<T> T get(PropertyId<T> pid)
-
contains
boolean contains(PropertyId<?> pid)
-
size
int size()
-
getKey
PropertyId<?> getKey(int i)
-
-