Class PathMapImpl<T>

java.lang.Object
org.refcodes.struct.PathMapImpl<T>
Type Parameters:
T - The type of the value elements.
All Implemented Interfaces:
org.refcodes.mixin.AnnotatorAccessor, org.refcodes.mixin.DelimiterAccessor, org.refcodes.mixin.Dumpable, org.refcodes.mixin.EmptyAccessor, org.refcodes.mixin.TypeAccessor<T>, Containable, Keys<String,T>, PathMap<T>, Table<String,T>

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