Reintroduced method deleted by mistake.
This commit is contained in:
parent
57c5803cd8
commit
a5b46fb039
|
@ -88,7 +88,12 @@ public class AttributesMap implements Attributes
|
|||
@Override
|
||||
public Enumeration<String> getAttributeNames()
|
||||
{
|
||||
return Collections.enumeration(keySet());
|
||||
return Collections.enumeration(getAttributeNameSet());
|
||||
}
|
||||
|
||||
public Set<String> getAttributeNameSet()
|
||||
{
|
||||
return keySet();
|
||||
}
|
||||
|
||||
public Set<Map.Entry<String, Object>> getAttributeEntrySet()
|
||||
|
|
Loading…
Reference in New Issue