Uses of Class
com.ssgllc.fish.service.util.registered.CollectionUtil.FluentMap
Packages that use CollectionUtil.FluentMap
-
Uses of CollectionUtil.FluentMap in com.ssgllc.fish.service.util.registered
Methods in com.ssgllc.fish.service.util.registered that return CollectionUtil.FluentMapModifier and TypeMethodDescriptionstatic CollectionUtil.FluentMap
CollectionUtil.createEmptyFluentMap()
Creates a newCollectionUtil.FluentMap
instance with an initially empty map.
This allows for fluent-style operations to put entries into the map immediately after creation.static CollectionUtil.FluentMap
CollectionUtil.createFluentMap
(String key, Object object) Creates a newCollectionUtil.FluentMap
instance initialized with a single key-value pair.CollectionUtil.FluentMap.putIfNotNull
(String key, Object value)