public class SimpleMutableAttributed<E> extends Object implements MutableAttributed<E>
| Constructor and Description |
|---|
SimpleMutableAttributed(E target) |
SimpleMutableAttributed(E target,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
E |
add(Attributes attributes) |
Attributes |
applyTo(MapAttributes attrs) |
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<Map.Entry<String,Object>> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addapplyTo, attr, attrs, isEmptyforEach, spliteratorpublic SimpleMutableAttributed(E target)
public SimpleMutableAttributed(E target, Attributes attributes)
public Attributes applyTo(MapAttributes attrs)
applyTo in interface Attributespublic E add(Attributes attributes)
add in interface MutableAttributed<E>Copyright © 2015–2017. All rights reserved.