Package fr.ird.observe.spi.map
Class ImmutableSetStringMap
- java.lang.Object
-
- fr.ird.observe.spi.map.ImmutableSetMap<String>
-
- fr.ird.observe.spi.map.ImmutableSetStringMap
-
- All Implemented Interfaces:
ObserveDto
public class ImmutableSetStringMap extends ImmutableSetMap<String>
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 classImmutableSetStringMap.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImmutableSetStringMap.Builderbuilder()
-
-
-
Method Detail
-
builder
public static ImmutableSetStringMap.Builder builder()
-
-