protected static class RenderUnit.FluentMap extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
FluentMap() |
Modifier and Type | Method and Description |
---|---|
RenderUnit.FluentMap |
with(String name,
Object value)
Fluent variant of put.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public RenderUnit.FluentMap with(String name, Object value)
name
- the name of the propertyvalue
- the value of the propertyCopyright © 2017 The Apache Software Foundation. All rights reserved.