public abstract class AppendingAttributes extends Object implements Attributes
Attributes
which delegates to a given
Attributes
instance while adding some
attributes to the list if already not present, or replacing the existing
values if such attributes are present.Modifier and Type | Field and Description |
---|---|
protected Attributes |
delegate |
Constructor and Description |
---|
AppendingAttributes(Attributes delegate) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
clone() |
Attribute |
get(String attrID) |
NamingEnumeration<? extends Attribute> |
getAll() |
protected abstract Set<String> |
getAttributeIDsToAppend() |
protected abstract Attribute |
getAttributeToAppend(String attrID) |
NamingEnumeration<String> |
getIDs() |
boolean |
isCaseIgnored() |
Attribute |
put(Attribute attr) |
Attribute |
put(String attrID,
Object val) |
Attribute |
remove(String attrID) |
int |
size() |
protected final Attributes delegate
public AppendingAttributes(Attributes delegate)
public abstract Object clone()
clone
in interface Attributes
clone
in class Object
public final Attribute get(String attrID)
get
in interface Attributes
public final NamingEnumeration<? extends Attribute> getAll()
getAll
in interface Attributes
public final NamingEnumeration<String> getIDs()
getIDs
in interface Attributes
public final boolean isCaseIgnored()
isCaseIgnored
in interface Attributes
public final Attribute put(Attribute attr)
put
in interface Attributes
public final Attribute put(String attrID, Object val)
put
in interface Attributes
public final Attribute remove(String attrID)
remove
in interface Attributes
public final int size()
size
in interface Attributes
Copyright © 2018–2025. All rights reserved.