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<Class<? extends DataDtoReference>> |
dataReferenceTypes() |
Set<V> |
get(Class key) |
com.google.common.collect.ImmutableMap<String,Set<V>> |
getData() |
com.google.common.collect.ImmutableMap<String,Class> |
getTypes() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Set<Class<? extends ReferentialDtoReference>> |
referentialReferenceTypes() |
int |
size() |
Collection<Set<V>> |
values() |
public int size()
public boolean isEmpty()
public Collection<Set<V>> values()
public Set<Class<? extends ReferentialDtoReference>> referentialReferenceTypes()
public Set<Class<? extends DataDtoReference>> dataReferenceTypes()
Copyright © 2017–2020 IRD. All rights reserved.