Module org.jhotdraw8.fxcollection
Interface CompositeMapAccessor<T>
- Type Parameters:
T- the value type
- All Superinterfaces:
MapAccessor<T>,Serializable
- 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.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 serialVersionUID- 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
@NonNull ImmutableSequencedSet<MapAccessor<?>> getSubAccessors()
-