@NotThreadSafe public class MapBasedReadonlyAttributeContainer extends MapBasedGenericReadonlyAttributeContainer<String,Object>
IReadonlyAttributeContainer based on a
hash map. This implementation may carry null values but that is
not recommended.| Constructor and Description |
|---|
MapBasedReadonlyAttributeContainer(IGenericReadonlyAttributeContainer<? extends String,? extends Object> aCont) |
MapBasedReadonlyAttributeContainer(Map<? extends String,? extends Object> aMap) |
MapBasedReadonlyAttributeContainer(String sKey,
Object aValue) |
containsAttribute, containsNoAttribute, equals, getAllAttributeNames, getAllAttributes, getAllAttributeValues, getAttributeCount, getAttributeNames, getAttributeObject, hashCode, toStringgetAsBigDecimal, getAsBigInteger, getAsBoolean, getAsDouble, getAsInt, getAsLong, getAsString, getAttributeAsBigDecimal, getAttributeAsBigDecimal, getAttributeAsBigInteger, getAttributeAsBigInteger, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsInt, getAttributeAsInt, getAttributeAsLong, getAttributeAsLong, getAttributeAsString, getAttributeAsString, getCastedAttribute, getCastedAttribute, getTypedAttribute, getTypedAttributepublic MapBasedReadonlyAttributeContainer(@Nonnull String sKey, @Nullable Object aValue)
public MapBasedReadonlyAttributeContainer(@Nonnull Map<? extends String,? extends Object> aMap)
public MapBasedReadonlyAttributeContainer(@Nonnull IGenericReadonlyAttributeContainer<? extends String,? extends Object> aCont)
Copyright © 2014–2015 Philip Helger. All rights reserved.