Module org.jhotdraw8.fxcollection
Interface CompositeMapAccessor<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
MapAccessor<T>
- All Known Implementing Classes:
SetValueMapAccessor
CompositeMapAccessor composes one or more
MapAccessors.- Author:
- Werner Randelshofer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault booleancontainsKey(Map<Key<?>, Object> map) Whether the map contains all keys required by this map accessor.Gets allMapAccessors that this accessor is composing.Methods inherited from interface org.jhotdraw8.fxcollection.typesafekey.MapAccessor
get, get, getDefaultValue, getName, getRawValueType, getValueType, isTransient, put, put, remove, remove, set
-
Field Details
-
serialVersionUID
static final long serialVersionUIDSerial version UID:- See Also:
-
-
Method Details
-
containsKey
Description copied from interface:MapAccessorWhether the map contains all keys required by this map accessor.- Specified by:
containsKeyin interfaceMapAccessor<T>- Parameters:
map- a map- Returns:
- true if map contains all keys required by this map accessor.
-
getSubAccessors
ImmutableSequencedSet<MapAccessor<?>> getSubAccessors()Gets allMapAccessors that this accessor is composing.- Returns:
- the sub-accessors
-