public class AttributeSupportFluentImpl<A extends AttributeSupportFluent<A>> extends BaseFluent<A> implements AttributeSupportFluent<A>
_visitables| Constructor and Description |
|---|
AttributeSupportFluentImpl() |
AttributeSupportFluentImpl(AttributeSupport instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAttributes(AttributeKey key,
java.lang.Object value) |
A |
addToAttributes(java.util.Map<AttributeKey,java.lang.Object> map) |
boolean |
equals(java.lang.Object o) |
java.util.Map<AttributeKey,java.lang.Object> |
getAttributes() |
java.lang.Boolean |
hasAttributes() |
A |
removeFromAttributes(AttributeKey key) |
A |
removeFromAttributes(java.util.Map<AttributeKey,java.lang.Object> map) |
A |
withAttributes(java.util.Map<AttributeKey,java.lang.Object> attributes) |
public AttributeSupportFluentImpl()
public AttributeSupportFluentImpl(AttributeSupport instance)
public A addToAttributes(AttributeKey key, java.lang.Object value)
addToAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public A addToAttributes(java.util.Map<AttributeKey,java.lang.Object> map)
addToAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public A removeFromAttributes(AttributeKey key)
removeFromAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public A removeFromAttributes(java.util.Map<AttributeKey,java.lang.Object> map)
removeFromAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public java.util.Map<AttributeKey,java.lang.Object> getAttributes()
getAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public A withAttributes(java.util.Map<AttributeKey,java.lang.Object> attributes)
withAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public java.lang.Boolean hasAttributes()
hasAttributes in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.