public interface MapId extends Serializable, Map<String,Serializable>
| Modifier and Type | Method and Description |
|---|---|
MapId |
with(String name,
Serializable value)
Builder method that adds the value for the named property, then returns
this. |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMapId with(String name, Serializable value)
this.name - The property name containing the value.value - The property value.thisCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.