public abstract class ImmutableSetMap<V> extends Object implements ObserveDto
key0(Class) method to produce keys.
Created by tchemit on 01/09/17.
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsEntry(Class type,
V value) |
Set<V> |
get(Class key) |
com.google.common.collect.ImmutableMap<String,Set<V>> |
getData() |
com.google.common.collect.ImmutableMap<String,Class> |
getTypes() |
boolean |
isEmpty() |
protected static String |
key0(Class type) |
Set<String> |
keySet() |
int |
size() |
Collection<Class<?>> |
types() |
Collection<Set<V>> |
values() |
public int size()
public boolean isEmpty()
public Collection<Set<V>> values()
public Collection<Class<?>> types()
Copyright © 2017–2020 IRD. All rights reserved.