Interface PathMap.PathMapBuilder<T>

Type Parameters:
T - The type of the terminating elements.
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, Keys<String,​T>, Keys.MutableKeys<String,​T>, Keys.MutableValues<String,​T>, Map<String,​T>, PathMap<T>, PathMap.MutablePathMap<T>, org.refcodes.mixin.TypeAccessor<T>
All Known Subinterfaces:
CanonicalMap.CanonicalMapBuilder, ClassStructMap.ClassStructMapBuilder, InterOperableMap.InterOperableMapBuilder<T>, SimpleTypeMap.SimpleTypeMapBuilder
All Known Implementing Classes:
CanonicalMapBuilderImpl, ClassStructMapBuilderImpl, PathMapBuilderImpl, SimpleTypeMapBuilderImpl
Enclosing interface:
PathMap<T>

public static interface PathMap.PathMapBuilder<T>
extends PathMap.MutablePathMap<T>, Dictionary.MutableDictionary.DictionaryBuilder<String,​T,​PathMap.PathMapBuilder<T>>
The PathMap.PathMapBuilder adds builder functionality to the PathMap.MutablePathMap.