public IntegerToString del(Object v){
synchronized(this){
if (value == null)
return(null);
IntegerToString key = null;
IntegerToString rc = null;
try {
key = typeCheck(v);
} catch (DmcValueException e) {
throw(new IllegalStateException("Incompatible type passed to del():" + getName(),e));
}