com.thaiopensource.util
Interface PropertyMap

All Known Implementing Classes:
SinglePropertyMap

public interface PropertyMap


Field Summary
static PropertyMap EMPTY
           
 
Method Summary
 boolean contains(PropertyId pid)
           
 Object get(PropertyId pid)
           
 PropertyId getKey(int i)
           
 int size()
           
 

Field Detail

EMPTY

public static final PropertyMap EMPTY
Method Detail

get

public Object get(PropertyId pid)

contains

public boolean contains(PropertyId pid)

size

public int size()

getKey

public PropertyId getKey(int i)