KEYTYPE - Key typeVALUETYPE - Value typepublic interface IHasAttributes<KEYTYPE,VALUETYPE>
| Modifier and Type | Method and Description |
|---|---|
Map<KEYTYPE,VALUETYPE> |
getAllAttributes() |
IAttributeContainer<KEYTYPE,VALUETYPE> |
getAttributes() |
IMutableAttributeContainer<KEYTYPE,VALUETYPE> |
getMutableAttributes() |
@Nonnull @ReturnsImmutableObject IAttributeContainer<KEYTYPE,VALUETYPE> getAttributes()
null.@Nonnull @ReturnsMutableObject(value="design") IMutableAttributeContainer<KEYTYPE,VALUETYPE> getMutableAttributes()
null.@Nonnull @ReturnsMutableCopy Map<KEYTYPE,VALUETYPE> getAllAttributes()
null but
maybe empty.Copyright © 2014–2015 Philip Helger. All rights reserved.