KEYTYPE - Key typeVALUETYPE - Value type@FunctionalInterface public interface IHasMutableAttributes<KEYTYPE,VALUETYPE> extends IHasAttributes<KEYTYPE,VALUETYPE>
| Modifier and Type | Method and Description |
|---|---|
default IAttributeContainer<KEYTYPE,VALUETYPE> |
getAttributes() |
IMutableAttributeContainer<KEYTYPE,VALUETYPE> |
getMutableAttributes() |
getAllAttributes@Nonnull @ReturnsImmutableObject default IAttributeContainer<KEYTYPE,VALUETYPE> getAttributes()
getAttributes in interface IHasAttributes<KEYTYPE,VALUETYPE>null.@Nonnull @ReturnsMutableObject(value="design") IMutableAttributeContainer<KEYTYPE,VALUETYPE> getMutableAttributes()
null.Copyright © 2014–2017 Philip Helger. All rights reserved.