Package fr.ird.observe.spi.map
Class ImmutableSetDtoMap<V>
- java.lang.Object
-
- fr.ird.observe.spi.map.ImmutableSetMap<V>
-
- fr.ird.observe.spi.map.ImmutableSetDtoMap<V>
-
- All Implemented Interfaces:
ObserveDto
public class ImmutableSetDtoMap<V> extends ImmutableSetMap<V>
A special map to store string values using theImmutableSetMap.key0(Class)method to produce keys.Created by tchemit on 01/09/17.
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImmutableSetDtoMap.Builder<V>
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> ImmutableSetDtoMap.Builder<V>builder()
-
-
-
Method Detail
-
builder
public static <V> ImmutableSetDtoMap.Builder<V> builder()
-
-