public class MutableDtoMap<V> extends Object
key0(Function, Class) method to produce keys.
Created by tchemit on 01/09/17.
| Modifier | Constructor and Description |
|---|---|
protected |
MutableDtoMap(MutableDtoMap<V> dtoMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
static <V> MutableDtoMap<V> |
create() |
static <V> MutableDtoMap<V> |
create(Function<String,String> keyFunction) |
V |
get(Class key) |
V |
get(String key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
void |
put(Class type,
V value) |
int |
size() |
Collection<V> |
values() |
protected MutableDtoMap(MutableDtoMap<V> dtoMap)
public static <V> MutableDtoMap<V> create()
public static <V> MutableDtoMap<V> create(Function<String,String> keyFunction)
public int size()
public boolean isEmpty()
public Collection<V> values()
public void clear()
Copyright © 2008–2017 IRD. All rights reserved.