}
};
constructors[CONTAINS_KEY] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapContainsKeyRequest();
}
};
constructors[CONTAINS_VALUE] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {