public class ImmutableDtoMap<V> extends Object
key0(Class) method to produce keys.
Created by tchemit on 01/09/17.
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableDtoMap.Builder<V> |
| Modifier | Constructor and Description |
|---|---|
protected |
ImmutableDtoMap(ImmutableDtoMap<V> dtoMap) |
protected |
ImmutableDtoMap(com.google.common.collect.ImmutableMap<String,V> data) |
| Modifier and Type | Method and Description |
|---|---|
static <V> ImmutableDtoMap.Builder<V> |
builder() |
boolean |
containsEntry(Class type,
V value) |
V |
get(Class key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
int |
size() |
Collection<V> |
values() |
protected ImmutableDtoMap(ImmutableDtoMap<V> dtoMap)
public static <V> ImmutableDtoMap.Builder<V> builder()
public int size()
public boolean isEmpty()
public Collection<V> values()
Copyright © 2017–2018 IRD. All rights reserved.