137138139140141142143144145146147
return map.keySet(); } public Set entrySet() { return map.entrySet(); } }; Attributes attrs = ( Attributes ) getValue(); try