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.FluentMapCollectionUtil.createEmptyFluentMap()Creates a newCollectionUtil.FluentMapinstance with an initially empty map.
This allows for fluent-style operations to put entries into the map immediately after creation.static CollectionUtil.FluentMapCollectionUtil.createFluentMap(String key, Object object) Creates a newCollectionUtil.FluentMapinstance initialized with a single key-value pair.CollectionUtil.FluentMap.putIfNotNull(String key, Object value)