public class MutableDtoMap<V> extends Object
key0(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() |
V |
get(Class key) |
boolean |
isEmpty() |
protected String |
key0(Class type) |
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 int size()
public boolean isEmpty()
public Collection<V> values()
public void clear()
Copyright © 2017–2018 IRD. All rights reserved.