Class PathMapBuilderImpl<T>

java.lang.Object
org.refcodes.struct.PathMapBuilderImpl<T>
Type Parameters:
T - The type of the value elements.
All Implemented Interfaces:
Serializable, Map<String,T>, org.refcodes.mixin.AnnotatorAccessor, org.refcodes.mixin.Clearable, org.refcodes.mixin.DelimiterAccessor, org.refcodes.mixin.Dumpable, org.refcodes.mixin.EmptyAccessor, org.refcodes.mixin.TypeAccessor<T>, Containable, Keys<String,T>, Keys.MutableKeys<String,T>, Keys.MutableValues<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>>
Direct Known Subclasses:
CanonicalMapBuilderImpl, ClassStructMapBuilderImpl, SimpleTypeMapBuilderImpl

public class PathMapBuilderImpl<T> extends Object implements PathMap.PathMapBuilder<T>, Serializable
The PathMapBuilderImpl class implements the PathMap.PathMapBuilder interface and provides a hook createBackingMap() method which may be overridden for providing another Map type as backing map than the default one.
See Also: