Return a Map whose keys are acronyms (their case should be ignored), and whose values are the proper capitalization. if ( MAP == null ) { MAP = MapUtil.newMap( MAPPINGS ); } return( MAP );
if ( MAP == null ) { MAP = MapUtil.newMap( MAPPINGS ); } return( MAP );