public class ImmutableTypedMap<V> extends Object
key0(Class) method to produce keys.
Created on 25/07/19.
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTypedMap.Builder<V> |
| Modifier | Constructor and Description |
|---|---|
protected |
ImmutableTypedMap(com.google.common.collect.ImmutableMap<String,V> data,
com.google.common.collect.ImmutableMap<String,Class> types) |
protected |
ImmutableTypedMap(ImmutableTypedMap<V> dtoMap) |
| Modifier and Type | Method and Description |
|---|---|
static <V> ImmutableTypedMap.Builder<V> |
builder() |
V |
get(Class key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
int |
size() |
Collection<Class<?>> |
types() |
Collection<V> |
values() |
protected ImmutableTypedMap(ImmutableTypedMap<V> dtoMap)
public static <V> ImmutableTypedMap.Builder<V> builder()
public int size()
public boolean isEmpty()
public Collection<V> values()
public Collection<Class<?>> types()
Copyright © 2017–2020 IRD. All rights reserved.