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