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 Attributes
public int size()
size
in interface Attributes
public Attribute get(String attrID)
get
in interface Attributes
public NamingEnumeration<? extends Attribute> getAll()
getAll
in interface Attributes
public NamingEnumeration<String> getIDs()
getIDs
in interface Attributes
public Attribute put(String attrID, Object val)
put
in interface Attributes
public Attribute put(Attribute attr)
put
in interface Attributes
public Attribute remove(String attrID)
remove
in interface Attributes
public Object clone()
clone
in interface Attributes
clone
in class Object
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.