Uses of Interface
org.refcodes.struct.PathMap
-
Uses of PathMap in org.refcodes.struct
Subinterfaces of PathMap in org.refcodes.structModifier and TypeInterfaceDescriptioninterface
TheCanonicalMap
is an "intermediate" type adding type and Data-Structure related functionality to any implementing class.static interface
The Interface CanonicalMapBuilder.static interface
The Interface MutableCanonicalMap.interface
TheClassStructMap
disects aClass
into its simple types (consideringString
andEnum
types as well as primitive types).static interface
The Interface ClassStructMapBuilder.static interface
The Interface MutableClassStructMap.interface
TheInterOperableMap
provides convenience accessor default methods for supporting primitive data types.static interface
TheInterOperableMap.InterOperableMapBuilder
provides convenience accessor default methods for supporting primitive data types.static interface
TheInterOperableMap.InterOperableMapBuilder
provides convenience accessor default methods for supporting primitive data types.static interface
ThePathMap.MutablePathMap
adds mutable functionality to thePathMap
.static interface
ThePathMap.PathMapBuilder
adds builder functionality to thePathMap.MutablePathMap
.interface
static interface
TheSimpleTypeMap.MutableSimpleTypeMap
adds functionality for manipulating the internal state to theSimpleTypeMap
.static interface
ASimpleTypeMap.SimpleTypeMapBuilder
sets builder functionality (as of the builder pattern) on top of theSimpleTypeMap.MutableSimpleTypeMap
.Classes in org.refcodes.struct that implement PathMapModifier and TypeClassDescriptionclass
The Class CanonicalMapBuilderImpl.class
The Class CanonicalMapImpl.class
The Class ClassStructBuilderImpl.class
The Class ClassStructMapImpl.class
ThePathMapBuilderImpl
class implements thePathMap.PathMapBuilder
interface and provides a hookPathMapBuilderImpl.createBackingMap()
method which may be overridden for providing anotherMap
type as backing map than the default one.class
PathMapImpl<T>
ThePathMapImpl
class implements thePathMap
interface and provides a hookPathMapImpl.createBackingMap()
method which may be overridden for providing anotherMap
type as backing map than the default one.class
An implementation of theSimpleTypeMap.SimpleTypeMapBuilder
.class
An implementation of theSimpleTypeMap
.Methods in org.refcodes.struct that return PathMapModifier and TypeMethodDescriptionCanonicalMapBuilderImpl.fromObject
(Object aFrom) ClassStructMapBuilderImpl.fromObject
(Object aFrom) PathMapBuilderImpl.fromObject
(Object aFrom) SimpleTypeMapBuilderImpl.fromObject
(Object aFrom) Gets the children elements of the provided parent's path, excluding the parent's path.Gets the children elements of the provided parent's path elements, excluding the parent's path.Gets the children elements of the provided parent's path elements, excluding the parent's path.Gets the children elements of the provided parent's path elements, excluding the parent's path.PathMap.getDir
(Collection<?> aPathElements) Gets the children elements of the provided parent's path elements, excluding the parent's path.PathMap.getDirAt
(int aIndex) An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.getDirAt
(Collection<?> aPathElements, int aIndex) An indexed directory represents all elements which begin with a path which's last path element represents an index.Gets the children elements of the provided parent's path, excluding the parent's path.Gets the children elements of the provided parent's path elements, excluding the parent's path.Gets the children elements of the provided parent's path elements, excluding the parent's path.Gets the children elements of the provided parent's path elements, excluding the parent's path.PathMap.getDirs
(Collection<?> aPathElements) Gets the children elements of the provided parent's path, excluding the parent's path.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.putDirAt
(Collection<?> aPathElements, int aIndex, Object aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.putDirAt
(Collection<?> aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'PathMap.query
(Collection<?> aQueryElements) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using a regular expression as of the providedPattern
instance.PathMap.queryBetween
(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'PathMap.queryBetween
(Object aFromPath, Object aPathQuery, Object aToPath) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'PathMap.queryBetween
(String[] aFromPath, String[] aPathQuery, String[] aToPath) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'PathMap.queryBetween
(String aFromPath, String aPathQuery, String aToPath) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'PathMap.queryBetween
(String aFromPath, Pattern aRegExp, String aToPath) Queries the keys of the instance using a regular expression as of the providedPattern
.PathMap.queryBetween
(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'PathMap.queryFrom
(Collection<?> aPathQuery, Collection<?> aFromPath) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using a regular expression as of the providedPattern
.Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'PathMap.queryTo
(Collection<?> aPathQuery, String aToPath) Queries the keys of the instance using thePathMatcher
' matching patterns, similar to the wildcards '*', '?'Queries the keys of the instance using a regular expression as of the providedPattern
.Removes all elements which's keys match the provided path query.Removes all elements which's keys match the provided path query.Removes all elements which's keys match the provided path query.Removes all elements which's keys match the provided path query.PathMap.MutablePathMap.removeAll
(Collection<?> aPathQueryElements) Removes all elements which's keys match the provided path query.Removes all elements which's keys match the provided regular expression: Queries the keys of the instance using the providedPattern
.PathMap.MutablePathMap.removeDirAt
(int aIndex) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.removeDirAt
(Object[] aPathElements, int aIndex) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.removeDirAt
(Object aPath, int aIndex) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.removeDirAt
(String[] aPathElements, int aIndex) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.removeDirAt
(String aPath, int aIndex) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.removeFrom
(Object aPath) Removes all properties below the provided path and returns thePathMap
with the removed elements, by which the paths exclude the parent's path.PathMap.MutablePathMap.removeFrom
(Object... aPathElements) Removes all properties below the provided path and returns thePathMap
with the removed elements, by which the paths exclude the parent's path.PathMap.MutablePathMap.removeFrom
(String aPath) Removes all properties below the provided path and returns thePathMap
with the removed elements, by which the paths exclude the parent's path.PathMap.MutablePathMap.removeFrom
(String... aPathElements) Removes all properties below the provided path and returns thePathMap
with the removed elements, by which the paths exclude the parent's path.PathMap.MutablePathMap.removeFrom
(Collection<?> aPathElements) Removes all properties below the provided path and returns thePathMap
with the removed elements, by which the paths exclude the parent's path.PathMap.MutablePathMap.removePaths
(String... aPaths) Removes the paths contained in the provided collection.PathMap.MutablePathMap.removePaths
(Collection<?> aPaths) Removes the paths contained in the provided collection.PathMap.retrieveBetween
(Object[] aFromPath, Object[] aToPath) PathMap.retrieveBetween
(Object aFromPath, Object aToPath) PathMap.retrieveBetween
(String[] aFromPath, String[] aToPath) PathMap.retrieveBetween
(String aFromPath, String aToPath) PathMap.retrieveBetween
(Collection<?> aFromPath, Collection<?> aToPath) PathMap.retrieveFrom
(Object aFromPath) Gets the children elements of the provided parent's path, excluding the parent's path.PathMap.retrieveFrom
(Object... aPathElements) Gets the children elements of the provided parent's path elements, excluding the parent's path.PathMap.retrieveFrom
(String aFromPath) PathMap.retrieveFrom
(String... aPathElements) Gets the children elements of the provided parent's path elements, excluding the parent's path.PathMap.retrieveFrom
(Collection<?> aPathElements) Gets the children elements of the provided parent's path elements, excluding the parent's path.PathMapBuilderImpl.retrieveFrom
(String aFromPath) PathMapImpl.retrieveFrom
(String aFromPath) PathMap.retrieveTo
(Object aToPath) PathMap.retrieveTo
(Object... aToPathElements) PathMap.retrieveTo
(String aToPath) PathMap.retrieveTo
(String... aToPathElements) PathMap.retrieveTo
(Collection<?> aToPathElements) PathMapBuilderImpl.retrieveTo
(String aToPath) PathMapImpl.retrieveTo
(String aToPath) PathMap.PathMapBuilder.withPutDirAt
(int aIndex, Object aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, Object aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Object aPath, int aIndex, Object aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Object aPath, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(String[] aPathElements, int aIndex, Object aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(String[] aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(String aPath, int aIndex, Object aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(String aPath, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, Object aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.Methods in org.refcodes.struct with parameters of type PathMapModifier and TypeMethodDescriptiondefault void
PathMap.MutablePathMap.appendDirTo
(Object[] aPathElements, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default void
PathMap.MutablePathMap.appendDirTo
(Object aPath, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default void
PathMap.MutablePathMap.appendDirTo
(String[] aPathElements, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default void
PathMap.MutablePathMap.appendDirTo
(String aPath, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default void
PathMap.MutablePathMap.appendDirTo
(Collection<?> aPathElements, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default void
PathMap.MutablePathMap.appendDirTo
(PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default void
Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertBetween
(Object[] aToPathElements, PathMap<T> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertBetween
(Object aToPath, PathMap<T> aFromMap, Object aFromPath) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertBetween
(String[] aToPathElements, PathMap<T> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertBetween
(String aToPath, PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertBetween
(Collection<?> aToPathElements, PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertFrom
(PathMap<T> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertFrom
(PathMap<T> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertFrom
(PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertFrom
(PathMap<T> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertFrom
(PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.insertTo
(Collection<?> aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default boolean
default void
Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.mergeBetween
(Object[] aToPathElements, PathMap<T> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.mergeBetween
(Object aToPath, PathMap<T> aFromMap, Object aFromPath) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.mergeBetween
(String[] aToPathElements, PathMap<T> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.mergeBetween
(String aToPath, PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.mergeBetween
(Collection<?> aToPathElements, PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.mergeFrom
(PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
Method to semantically emphasize that we support our own types.default void
PathMap.MutablePathMap.mergeTo
(Collection<?> aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap
CanonicalMap.MutableCanonicalMap.putDirAt
(Collection<?> aPathElements, int aIndex, PathMap<String> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default ClassStructMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default ClassStructMap
ClassStructMap.MutableClassStructMap.putDirAt
(Object[] aPathElements, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default ClassStructMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default ClassStructMap
ClassStructMap.MutableClassStructMap.putDirAt
(String[] aPathElements, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default ClassStructMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default ClassStructMap
ClassStructMap.MutableClassStructMap.putDirAt
(Collection<?> aPathElements, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.MutablePathMap.putDirAt
(Collection<?> aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default SimpleTypeMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default SimpleTypeMap
SimpleTypeMap.MutableSimpleTypeMap.putDirAt
(Object[] aPathElements, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default SimpleTypeMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default SimpleTypeMap
SimpleTypeMap.MutableSimpleTypeMap.putDirAt
(String[] aPathElements, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default SimpleTypeMap
An indexed directory represents all elements which begin with a path which's last path element represents an index.default SimpleTypeMap
SimpleTypeMap.MutableSimpleTypeMap.putDirAt
(Collection<?> aPathElements, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.static <T> void
StructureUtility.retrieveFrom
(PathMap<T> aFromPathMap, String aFromPath, PathMap.PathMapBuilder<T> aToPathMap) Hook method for implementing theretrieveFrom(String)
method.static <T> void
StructureUtility.retrieveTo
(PathMap<T> aFromPathMap, String aToPath, PathMap.PathMapBuilder<T> aToPathMap) Hook method for implementing theretrieveTo(String)
method.static Object
StructureUtility.toDataStructure
(PathMap<?> aPathMap, String aFromPath) Hook method for implementing thetoDataStructure()
method.static String
StructureUtility.toGenericPath
(PathMap<?> aPathMap, String aPath) Normalizes the path as oftoNormalizedPath(String)
and unifies it so that a path never ends with a delimiter (DelimiterAccessor.getDelimiter()
).default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsert
(PathMap<String> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsert
(PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsert
(PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsert
(PathMap<T> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsert
(PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertBetween
(Object[] aToPathElements, PathMap<String> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertBetween
(Object aToPath, PathMap<String> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertBetween
(String[] aToPathElements, PathMap<String> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertBetween
(String aToPath, PathMap<String> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertBetween
(Collection<?> aToPathElements, PathMap<String> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertBetween
(Object[] aToPathElements, PathMap<Class<?>> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertBetween
(Object aToPath, PathMap<Class<?>> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertBetween
(String[] aToPathElements, PathMap<Class<?>> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertBetween
(String aToPath, PathMap<Class<?>> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertBetween
(Collection<?> aToPathElements, PathMap<Class<?>> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertBetween
(Object[] aToPathElements, PathMap<T> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertBetween
(Object aToPath, PathMap<T> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertBetween
(String[] aToPathElements, PathMap<T> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertBetween
(String aToPath, PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertBetween
(Collection<?> aToPathElements, PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertBetween
(Object[] aToPathElements, PathMap<T> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertBetween
(Object aToPath, PathMap<T> aFromMap, Object aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertBetween
(String[] aToPathElements, PathMap<T> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertBetween
(String aToPath, PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertBetween
(Collection<?> aToPathElements, PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertBetween
(Object[] aToPathElements, PathMap<Object> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertBetween
(Object aToPath, PathMap<Object> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertBetween
(String[] aToPathElements, PathMap<Object> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertBetween
(String aToPath, PathMap<Object> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertBetween
(Collection<?> aToPathElements, PathMap<Object> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertFrom
(PathMap<String> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertFrom
(PathMap<String> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertFrom
(PathMap<String> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertFrom
(PathMap<String> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertFrom
(PathMap<String> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertFrom
(PathMap<Class<?>> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertFrom
(PathMap<Class<?>> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertFrom
(PathMap<Class<?>> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertFrom
(PathMap<Class<?>> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertFrom
(PathMap<Class<?>> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertFrom
(PathMap<T> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertFrom
(PathMap<T> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertFrom
(PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertFrom
(PathMap<T> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertFrom
(PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertFrom
(PathMap<T> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertFrom
(PathMap<T> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertFrom
(PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertFrom
(PathMap<T> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertFrom
(PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertFrom
(PathMap<Object> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertFrom
(PathMap<Object> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertFrom
(PathMap<Object> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertFrom
(PathMap<Object> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertFrom
(PathMap<Object> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertTo
(Object[] aToPathElements, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertTo
(Object aToPath, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertTo
(String[] aToPathElements, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertTo
(String aToPath, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withInsertTo
(Collection<?> aToPathElements, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertTo
(Object[] aToPathElements, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertTo
(Object aToPath, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertTo
(String[] aToPathElements, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertTo
(String aToPath, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withInsertTo
(Collection<?> aToPathElements, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertTo
(Object[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertTo
(Object aToPath, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertTo
(String[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertTo
(String aToPath, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withInsertTo
(Collection<?> aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertTo
(Object[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertTo
(Object aToPath, PathMap<T> aFromMap) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertTo
(String[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertTo
(String aToPath, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withInsertTo
(Collection<?> aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertTo
(Object[] aToPathElements, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertTo
(Object aToPath, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertTo
(String[] aToPathElements, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertTo
(String aToPath, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withInsertTo
(Collection<?> aToPathElements, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
Method to semantically emphasize that we support our own types.Method to semantically emphasize that we support our own types.Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
Method to semantically emphasize that we support our own types.Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeBetween
(Object[] aToPathElements, PathMap<String> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeBetween
(Object aToPath, PathMap<String> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeBetween
(String[] aToPathElements, PathMap<String> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeBetween
(String aToPath, PathMap<String> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeBetween
(Collection<?> aToPathElements, PathMap<String> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeBetween
(Object[] aToPathElements, PathMap<Class<?>> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeBetween
(Object aToPath, PathMap<Class<?>> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeBetween
(String[] aToPathElements, PathMap<Class<?>> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeBetween
(String aToPath, PathMap<Class<?>> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeBetween
(Collection<?> aToPathElements, PathMap<Class<?>> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeBetween
(Object[] aToPathElements, PathMap<T> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeBetween
(Object aToPath, PathMap<T> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeBetween
(String[] aToPathElements, PathMap<T> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeBetween
(String aToPath, PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeBetween
(Collection<?> aToPathElements, PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeBetween
(Object[] aToPathElements, PathMap<T> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeBetween
(Object aToPath, PathMap<T> aFromMap, Object aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeBetween
(String[] aToPathElements, PathMap<T> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeBetween
(String aToPath, PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeBetween
(Collection<?> aToPathElements, PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeBetween
(Object[] aToPathElements, PathMap<Object> aFrom, Object[] aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeBetween
(Object aToPath, PathMap<Object> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeBetween
(String[] aToPathElements, PathMap<Object> aFrom, String[] aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeBetween
(String aToPath, PathMap<Object> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeBetween
(Collection<?> aToPathElements, PathMap<Object> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeFrom
(PathMap<String> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeFrom
(PathMap<String> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeFrom
(PathMap<String> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeFrom
(PathMap<String> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeFrom
(PathMap<String> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeFrom
(PathMap<Class<?>> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeFrom
(PathMap<Class<?>> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeFrom
(PathMap<Class<?>> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeFrom
(PathMap<Class<?>> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeFrom
(PathMap<Class<?>> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeFrom
(PathMap<T> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeFrom
(PathMap<T> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeFrom
(PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeFrom
(PathMap<T> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeFrom
(PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeFrom
(PathMap<T> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeFrom
(PathMap<T> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeFrom
(PathMap<T> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeFrom
(PathMap<T> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeFrom
(PathMap<T> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeFrom
(PathMap<Object> aFrom, Object aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeFrom
(PathMap<Object> aFrom, Object... aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeFrom
(PathMap<Object> aFrom, String aFromPath) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeFrom
(PathMap<Object> aFrom, String... aFromPathElements) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeFrom
(PathMap<Object> aFrom, Collection<?> aFromPathElements) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeTo
(Object[] aToPathElements, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeTo
(Object aToPath, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeTo
(String[] aToPathElements, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeTo
(String aToPath, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withMergeTo
(Collection<?> aToPathElements, PathMap<String> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeTo
(Object[] aToPathElements, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeTo
(Object aToPath, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeTo
(String[] aToPathElements, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeTo
(String aToPath, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.ClassStructMap.ClassStructMapBuilder.withMergeTo
(Collection<?> aToPathElements, PathMap<Class<?>> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeTo
(Object[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeTo
(Object aToPath, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeTo
(String[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeTo
(String aToPath, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.InterOperableMap.InterOperableMapBuilder.withMergeTo
(Collection<?> aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeTo
(Object[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeTo
(Object aToPath, PathMap<T> aFromMap) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeTo
(String[] aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeTo
(String aToPath, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.default PathMap.PathMapBuilder<T>
PathMap.PathMapBuilder.withMergeTo
(Collection<?> aToPathElements, PathMap<T> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeTo
(Object[] aToPathElements, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeTo
(Object aToPath, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeTo
(String[] aToPathElements, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeTo
(String aToPath, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.SimpleTypeMap.SimpleTypeMapBuilder.withMergeTo
(Collection<?> aToPathElements, PathMap<Object> aFrom) Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withPutDirAt
(int aIndex, PathMap<String> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, PathMap<String> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withPutDirAt
(Object aPath, int aIndex, PathMap<String> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withPutDirAt
(String[] aPathElements, int aIndex, PathMap<String> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withPutDirAt
(String aPath, int aIndex, PathMap<String> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.default CanonicalMap.CanonicalMapBuilder
CanonicalMap.CanonicalMapBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, PathMap<String> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.ClassStructMap.ClassStructMapBuilder.withPutDirAt
(int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.ClassStructMap.ClassStructMapBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.ClassStructMap.ClassStructMapBuilder.withPutDirAt
(Object aPath, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.ClassStructMap.ClassStructMapBuilder.withPutDirAt
(String[] aPathElements, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.ClassStructMap.ClassStructMapBuilder.withPutDirAt
(String aPath, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.ClassStructMap.ClassStructMapBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, PathMap<Class<?>> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.InterOperableMap.InterOperableMapBuilder.withPutDirAt
(int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.InterOperableMap.InterOperableMapBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.InterOperableMap.InterOperableMapBuilder.withPutDirAt
(Object aPath, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.InterOperableMap.InterOperableMapBuilder.withPutDirAt
(String[] aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.InterOperableMap.InterOperableMapBuilder.withPutDirAt
(String aPath, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Object aPath, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(String[] aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(String aPath, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.PathMap.PathMapBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, PathMap<T> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.SimpleTypeMap.SimpleTypeMapBuilder.withPutDirAt
(int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.SimpleTypeMap.SimpleTypeMapBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.SimpleTypeMap.SimpleTypeMapBuilder.withPutDirAt
(Object aPath, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.SimpleTypeMap.SimpleTypeMapBuilder.withPutDirAt
(String[] aPathElements, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.SimpleTypeMap.SimpleTypeMapBuilder.withPutDirAt
(String aPath, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.SimpleTypeMap.SimpleTypeMapBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, PathMap<Object> aDir) An indexed directory represents all elements which begin with a path which's last path element represents an index.Constructors in org.refcodes.struct with parameters of type PathMapModifierConstructorDescriptionprotected
PathMapImpl
(PathMap<T> aPathMap) Create aPathMap
instance from the providedPathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using thePathMap
's path delimiter for the path declarations the the type of thePathMap
.