default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsert(Object aObj) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsert(PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertBetween(Object[] aToPathElements,
Object aFrom,
Object[] aFromPathElements) |
|
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,
Object aFrom,
Object aFromPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertBetween(Object aToPath,
PathMap<T> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertBetween(String[] aToPathElements,
Object aFrom,
String[] aFromPathElements) |
|
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,
Object aFrom,
String aFromPath) |
|
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,
Object aFrom,
Collection<?> aFromPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertBetween(Collection<?> aToPathElements,
PathMap<T> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertFrom(Object aFrom,
Object aFromPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertFrom(Object aFrom,
Object... aFromPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertFrom(Object aFrom,
String aFromPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertFrom(Object aFrom,
String... aFromPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertFrom(Object aFrom,
Collection<?> aFromPathElements) |
|
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.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertTo(Object[] aToPathElements,
Object aFrom) |
|
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,
Object aFrom) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertTo(Object aToPath,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertTo(String[] aToPathElements,
Object aFrom) |
|
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,
Object aFrom) |
|
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,
Object aFrom) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withInsertTo(Collection<?> aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMerge(Object aObj) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMerge(PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeBetween(Object[] aToPathElements,
Object aFrom,
Object[] aFromPathElements) |
|
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,
Object aFrom,
Object aFromPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeBetween(Object aToPath,
PathMap<T> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeBetween(String[] aToPathElements,
Object aFrom,
String[] aFromPathElements) |
|
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,
Object aFrom,
String aFromPath) |
|
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,
Object aFrom,
Collection<?> aFromPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeBetween(Collection<?> aToPathElements,
PathMap<T> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeFrom(Object aFrom,
Object aFromPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeFrom(Object aFrom,
Object... aFromPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeFrom(Object aFrom,
String aFromPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeFrom(Object aFrom,
String... aFromPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeFrom(Object aFrom,
Collection<?> aFromPathElements) |
|
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.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeTo(Object[] aToPathElements,
Object aFrom) |
|
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,
Object aFrom) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeTo(Object aToPath,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeTo(String[] aToPathElements,
Object aFrom) |
|
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,
Object aFrom) |
|
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,
Object aFrom) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withMergeTo(Collection<?> aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withPut(Object[] aPathElements,
T aValue) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withPut(String[] aPathElements,
T aValue) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withPut(Collection<?> aPathElements,
T aValue) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withPut(Relation<String,T> aRelation) |
|
PathMap.PathMapBuilder<T> |
PathMapBuilderImpl.withPut(String aKey,
T aValue) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withRemoveFrom(Object aPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withRemoveFrom(Object... aPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withRemoveFrom(String aPath) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withRemoveFrom(String... aPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withRemoveFrom(Collection<?> aPathElements) |
|
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withRemovePaths(String... aPathElements) |
|