| Package | Description |
|---|---|
| io.wcm.sling.commons.resource |
Helper classes around the Sling
Resource concept. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ImmutableValueMap.Builder |
ImmutableValueMap.builder()
Returns a new builder.
|
@NotNull ImmutableValueMap.Builder |
ImmutableValueMap.Builder.put(@NotNull Map.Entry<String,Object> entry)
Adds the given
entry to the map, making it immutable if
necessary. |
@NotNull ImmutableValueMap.Builder |
ImmutableValueMap.Builder.put(@NotNull String key,
@NotNull Object value)
Associates
key with value in the built map. |
@NotNull ImmutableValueMap.Builder |
ImmutableValueMap.Builder.putAll(@NotNull Map<String,Object> value)
Associates all of the given map's keys and values in the built map.
|
Copyright © 2014–2019 wcm.io. All rights reserved.