public class ImmutableAttributesWrapper extends Object implements Attributes
| Constructor and Description |
|---|
ImmutableAttributesWrapper(Attributes wrapped) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Attribute |
get(String attrID) |
NamingEnumeration<? extends Attribute> |
getAll() |
NamingEnumeration<String> |
getIDs() |
boolean |
isCaseIgnored() |
Attribute |
put(Attribute attr) |
Attribute |
put(String attrID,
Object val) |
Attribute |
remove(String attrID) |
int |
size() |
public ImmutableAttributesWrapper(Attributes wrapped)
public boolean isCaseIgnored()
isCaseIgnored in interface Attributespublic int size()
size in interface Attributespublic Attribute get(String attrID)
get in interface Attributespublic NamingEnumeration<? extends Attribute> getAll()
getAll in interface Attributespublic NamingEnumeration<String> getIDs()
getIDs in interface Attributespublic Attribute put(String attrID, Object val)
put in interface Attributespublic Attribute put(Attribute attr)
put in interface Attributespublic Attribute remove(String attrID)
remove in interface Attributespublic Object clone()
clone in interface Attributesclone in class ObjectCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.