KEYTYPE - Key typeVALUETYPE - Value type@FunctionalInterface public interface IHasAttributes<KEYTYPE,VALUETYPE>
| Modifier and Type | Method and Description |
|---|---|
default ICommonsMap<KEYTYPE,VALUETYPE> |
getAllAttributes() |
IAttributeContainer<KEYTYPE,VALUETYPE> |
getAttributes() |
@Nonnull @ReturnsImmutableObject IAttributeContainer<KEYTYPE,VALUETYPE> getAttributes()
null.@Nonnull @ReturnsMutableCopy default ICommonsMap<KEYTYPE,VALUETYPE> getAllAttributes()
null but
maybe empty.Copyright © 2014–2016 Philip Helger. All rights reserved.