Uses of Class
org.springframework.data.cassandra.util.MapBuilder
Packages that use MapBuilder
-
Uses of MapBuilder in org.springframework.data.cassandra.util
Methods in org.springframework.data.cassandra.util that return MapBuilderModifier and TypeMethodDescriptionMapBuilder<K,V> Add an entry to this map, then returnsthis.static MapBuilder<Object,Object> MapBuilder.map()Factory method to construct a newMapBuilder.static <K,V> MapBuilder<K, V> Factory method to construct a new builder with the given key & value types.static <K,V> MapBuilder<K, V> Factory method to construct a new builder with a shallow copy of the given map.