protected static class RenderUnit.FluentMap
extends java.util.HashMap<java.lang.String,java.lang.Object>
Modifier | Constructor and Description |
---|---|
protected |
FluentMap() |
Modifier and Type | Method and Description |
---|---|
RenderUnit.FluentMap |
with(java.lang.String name,
java.lang.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
public RenderUnit.FluentMap with(java.lang.String name, java.lang.Object value)
name
- the name of the propertyvalue
- the value of the propertyCopyright © 2022 The Apache Software Foundation. All rights reserved.