Package fr.ird.observe.spi.map
Class ImmutableSetMap<V>
- java.lang.Object
-
- fr.ird.observe.spi.map.ImmutableSetMap<V>
-
- All Implemented Interfaces:
ObserveDto
- Direct Known Subclasses:
ImmutableSetDtoMap,ImmutableSetStringMap
public abstract class ImmutableSetMap<V> extends Object implements ObserveDto
A special map to store string values using thekey0(Class)method to produce keys.Created by tchemit on 01/09/17.
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsEntry(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()booleanisEmpty()protected static Stringkey0(Class type)Set<String>keySet()intsize()Collection<Class<?>>types()Collection<Set<V>>values()
-
-
-
Method Detail
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
values
public Collection<Set<V>> values()
-
types
public Collection<Class<?>> types()
-
-