Interface InterOperableMap.InterOperableMapBuilder<T>

Type Parameters:
T - The type of the values being supported by this InterOperableMap.InterOperableMapBuilder.
All Superinterfaces:
org.refcodes.mixin.AnnotatorAccessor, org.refcodes.mixin.Clearable, Containable, org.refcodes.mixin.DelimiterAccessor, Dictionary<String,​T>, Dictionary.MutableDictionary<String,​T>, Dictionary.MutableDictionary.DictionaryBuilder<String,​T,​PathMap.PathMapBuilder<T>>, org.refcodes.mixin.Dumpable, InterOperableMap.MutableInterOperableMap<T>, Keys<String,​T>, Keys.MutableKeys<String,​T>, Keys.MutableValues<String,​T>, Map<String,​T>, PathMap<T>, PathMap.MutablePathMap<T>, PathMap.PathMapBuilder<T>, org.refcodes.mixin.TypeAccessor<T>
All Known Subinterfaces:
CanonicalMap.CanonicalMapBuilder, SimpleTypeMap.SimpleTypeMapBuilder
All Known Implementing Classes:
CanonicalMapBuilderImpl, SimpleTypeMapBuilderImpl
Enclosing interface:
InterOperableMap<T>

public static interface InterOperableMap.InterOperableMapBuilder<T>
extends InterOperableMap.MutableInterOperableMap<T>, PathMap.PathMapBuilder<T>
The InterOperableMap.InterOperableMapBuilder provides convenience accessor default methods for supporting primitive data types.