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, org.refcodes.mixin.Dumpable, org.refcodes.mixin.EmptyAccessor, 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>, Table<String,T>, Table.TableDictionary<String,T>, Table.TableDictionary.TableBuilder<String,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.