com.thaiopensource.util
Interface PropertyMap

All Known Implementing Classes:
PropertyMapBuilder.PropertyMapImpl, 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

static final PropertyMap EMPTY
Method Detail

get

Object get(PropertyId pid)

contains

boolean contains(PropertyId pid)

size

int size()

getKey

PropertyId getKey(int i)