Title: com.ibm.achr.common.util.MapEntry
Description: ���J�f����
Copyright: (c) Copyright IBM Corp. 2007. All Rights Reserved.
Company: IBM GBS Team
788789790791792793794795796797798
throw new PrimitiveRuntimeException(new NullPointerException()); } String resultStr = str; for (Iterator itor = MapTK.mapEntries(replacedTable); itor.hasNext(); ) { MapEntry entry = (MapEntry)itor.next(); resultStr = StringTK.replace(resultStr, entry.getKey().toString(), entry.getValue().toString()); } return resultStr; }