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