Uses of Class
org.springframework.data.cassandra.util.MapBuilder
-
Uses of MapBuilder in org.springframework.data.cassandra.util
Modifier 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.