Class ValueMapAttribute<K,V,A extends ValueMapAttribute<K,V,A>>
- java.lang.Object
-
- io.github.factoryfx.factory.attribute.Attribute<T,A>
-
- io.github.factoryfx.factory.attribute.ImmutableValueAttribute<java.util.Map<K,V>,A>
-
- io.github.factoryfx.factory.attribute.ValueMapAttribute<K,V,A>
-
- All Implemented Interfaces:
AttributeCopy<java.util.Map<K,V>>,AttributeMatch<java.util.Map<K,V>>,AttributeMerger<java.util.Map<K,V>>,AttributeValue<java.util.Map<K,V>>,java.util.Map<K,V>
- Direct Known Subclasses:
StringMapAttribute
public abstract class ValueMapAttribute<K,V,A extends ValueMapAttribute<K,V,A>> extends ImmutableValueAttribute<java.util.Map<K,V>,A> implements java.util.Map<K,V>
-
-
Field Summary
-
Fields inherited from class io.github.factoryfx.factory.attribute.ImmutableValueAttribute
value
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedValueMapAttribute()ValueMapAttribute(java.lang.Class<K> keyType, java.lang.Class<V> valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(java.lang.Object key)booleancontainsValue(java.lang.Object value)java.util.Set<java.util.Map.Entry<K,V>>entrySet()Vget(java.lang.Object key)java.lang.StringgetDisplayText()booleanisEmpty()java.util.Set<K>keySet()Vput(K key, V value)voidputAll(java.util.Map<? extends K,? extends V> m)Vremove(java.lang.Object key)intsize()java.util.Collection<V>values()-
Methods inherited from class io.github.factoryfx.factory.attribute.ImmutableValueAttribute
defaultValue, get, getNullable, getValue, internal_addBackReferences, internal_copyTo, internal_mergeMatch, internal_required, internal_reset, internal_semanticCopyTo, internal_validate, nullable, set, setValue
-
Methods inherited from class io.github.factoryfx.factory.attribute.Attribute
addonText, createAttributeStorageMetadata, de, en, es, fr, internal_addListener, internal_endUsage, internal_getAddonText, internal_getListeners, internal_getPreferredLabelText, internal_getPreferredTooltipText, internal_hasWritePermission, internal_isUserReadOnly, internal_merge, internal_removeAllListener, internal_removeListener, it, labelText, labelText, listenersEmpty, permission, pt, tooltipDe, tooltipEn, updateListeners, userReadOnly, userReadOnly, validation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.factoryfx.factory.attribute.AttributeMatch
internal_referenceEquals, internal_referenceListEquals
-
Methods inherited from interface io.github.factoryfx.factory.attribute.AttributeMerger
internal_mergeFactoryList
-
-
-
-
Method Detail
-
getDisplayText
public java.lang.String getDisplayText()
- Overrides:
getDisplayTextin classImmutableValueAttribute<java.util.Map<K,V>,A extends ValueMapAttribute<K,V,A>>
-
containsKey
public boolean containsKey(java.lang.Object key)
-
containsValue
public boolean containsValue(java.lang.Object value)
-
values
public java.util.Collection<V> values()
-
-