| Package | Description |
|---|---|
| org.springframework.data.cassandra.util |
Map and SpEL utility infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
MapBuilder<K,V> |
MapBuilder.entry(K key,
V value)
Add an entry to this map, then returns
this. |
static MapBuilder<Object,Object> |
MapBuilder.map()
Factory method to construct a new
MapBuilder<Object,Object>. |
static <K,V> MapBuilder<K,V> |
MapBuilder.map(Class<K> keyType,
Class<V> valueType)
Factory method to construct a new builder with the given key & value types.
|
static <K,V> MapBuilder<K,V> |
MapBuilder.map(Map<K,V> source)
Factory method to construct a new builder with a shallow copy of the given map.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.