@Value.Immutable public abstract class ValueMap extends Object
| Constructor and Description |
|---|
ValueMap() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableValueMap.Builder |
builder() |
boolean |
containsKey(String name) |
Value<?> |
get(String name) |
static ImmutableValueMap |
of(Map<String,Value<?>> map) |
protected abstract Map<String,Value<?>> |
values() |
@Value.Auxiliary public boolean containsKey(String name)
public static ImmutableValueMap.Builder builder()
public static ImmutableValueMap of(Map<String,Value<?>> map)
Copyright © 2024. All rights reserved.