-
- All Superinterfaces:
org.refcodes.mixin.AnnotatorAccessor
,CanonicalMap
,CanonicalMap.MutableCanonicalMap
,org.refcodes.mixin.Clearable
,Containable
,org.refcodes.mixin.DelimiterAccessor
,Dictionary<String,String>
,Dictionary.MutableDictionary<String,String>
,Dictionary.MutableDictionary.DictionaryBuilder<String,String,PathMap.PathMapBuilder<String>>
,org.refcodes.mixin.Dumpable
,org.refcodes.mixin.EmptyAccessor
,InterOperableMap<String>
,InterOperableMap.InterOperableMapBuilder<String>
,InterOperableMap.MutableInterOperableMap<String>
,Keys<String,String>
,Keys.MutableKeys<String,String>
,Keys.MutableValues<String,String>
,Map<String,String>
,PathMap<String>
,PathMap.MutablePathMap<String>
,PathMap.PathMapBuilder<String>
,org.refcodes.mixin.TypeAccessor<String>
- All Known Implementing Classes:
CanonicalMapBuilderImpl
- Enclosing interface:
- CanonicalMap
public static interface CanonicalMap.CanonicalMapBuilder extends CanonicalMap.MutableCanonicalMap, InterOperableMap.InterOperableMapBuilder<String>
The Interface CanonicalMapBuilder.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.AnnotatorAccessor
org.refcodes.mixin.AnnotatorAccessor.AnnotatorBuilder<B extends org.refcodes.mixin.AnnotatorAccessor.AnnotatorBuilder<B>>, org.refcodes.mixin.AnnotatorAccessor.AnnotatorMutator, org.refcodes.mixin.AnnotatorAccessor.AnnotatorProperty
-
Nested classes/interfaces inherited from interface org.refcodes.struct.CanonicalMap
CanonicalMap.CanonicalMapBuilder, CanonicalMap.MutableCanonicalMap
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.DelimiterAccessor
org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B extends org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B>>, org.refcodes.mixin.DelimiterAccessor.DelimiterMutator, org.refcodes.mixin.DelimiterAccessor.DelimiterProperty
-
Nested classes/interfaces inherited from interface org.refcodes.struct.Dictionary
Dictionary.MutableDictionary<K,V>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.Dictionary.MutableDictionary
Dictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.EmptyAccessor
org.refcodes.mixin.EmptyAccessor.EmptyMutator, org.refcodes.mixin.EmptyAccessor.EmptyProperty
-
Nested classes/interfaces inherited from interface org.refcodes.struct.InterOperableMap
InterOperableMap.InterOperableMapBuilder<T>, InterOperableMap.MutableInterOperableMap<T>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.Keys
Keys.MutableKeys<K,V>, Keys.MutableValues<K,V>
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.PathMap
PathMap.MutablePathMap<T>, PathMap.PathMapBuilder<T>
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor
org.refcodes.mixin.TypeAccessor.TypeBuilder<T extends Object,B extends org.refcodes.mixin.TypeAccessor.TypeBuilder<T,B>>, org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CanonicalMap.CanonicalMapBuilder
withInsert(Object aObj)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insert(Object)
method.default CanonicalMap.CanonicalMapBuilder
withInsert(PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(Object[] aToPathElements, PathMap<String> aFrom, Object[] aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(Object aToPath, PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(String[] aToPathElements, PathMap<String> aFrom, String[] aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(String aToPath, Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(String aToPath, PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertBetween(Collection<?> aToPathElements, PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(Object aFrom, Object... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(Object aFrom, String... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(PathMap<String> aFrom, Object... aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(PathMap<String> aFrom, String... aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertFrom(PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertTo(Object[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withInsertTo(Object[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertTo(Object aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withInsertTo(Object aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertTo(String[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withInsertTo(String[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertTo(String aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withInsertTo(String aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withInsertTo(Collection<?> aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withInsertTo(Collection<?> aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMerge(Object aObj)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.merge(Object)
method.default CanonicalMap.CanonicalMapBuilder
withMerge(PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(Object[] aToPathElements, PathMap<String> aFrom, Object[] aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(Object aToPath, PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(String[] aToPathElements, PathMap<String> aFrom, String[] aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(String aToPath, Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(String aToPath, PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeBetween(Collection<?> aToPathElements, PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(Object aFrom, Object... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(Object aFrom, String... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(PathMap<String> aFrom, Object... aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(PathMap<String> aFrom, String... aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeFrom(PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeTo(Object[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withMergeTo(Object[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeTo(Object aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withMergeTo(Object aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeTo(String[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withMergeTo(String[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeTo(String aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withMergeTo(String aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withMergeTo(Collection<?> aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.default CanonicalMap.CanonicalMapBuilder
withMergeTo(Collection<?> aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types.default CanonicalMap.CanonicalMapBuilder
withPut(Object[] aPathElements, String aValue)
Builder method forKeys.MutableValues.put(Object, Object)
.default CanonicalMap.CanonicalMapBuilder
withPut(String[] aKey, String aValue)
Builder method forKeys.MutableValues.put(Object, Object)
.default CanonicalMap.CanonicalMapBuilder
withPut(Collection<?> aPathElements, String aValue)
Builder method forKeys.MutableValues.put(Object, Object)
.default CanonicalMap.CanonicalMapBuilder
withPut(Property aProperty)
Builder method forCanonicalMap.MutableCanonicalMap.put(Property)
.default CanonicalMap.CanonicalMapBuilder
withPut(Relation<String,String> aProperty)
Builder method forDictionary.MutableDictionary.put(Relation)
.default CanonicalMap.CanonicalMapBuilder
withPutBoolean(Object[] aPathElements, Boolean aValue)
Sets theBoolean
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutBoolean(Object aKey, Boolean aValue)
Sets theBoolean
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutBoolean(String[] aPathElements, Boolean aValue)
Sets theBoolean
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutBoolean(String aKey, Boolean aValue)
Sets theBoolean
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutBoolean(Collection<?> aPathElements, Boolean aValue)
Sets theBoolean
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutByte(Object[] aPathElements, Byte aValue)
Sets theByte
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutByte(Object aKey, Byte aValue)
Sets theByte
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutByte(String[] aPathElements, Byte aValue)
Sets theByte
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutByte(String aKey, Byte aValue)
Sets theByte
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutByte(Collection<?> aPathElements, Byte aValue)
Sets theByte
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutChar(Object[] aPathElements, Character aValue)
Sets theCharacter
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutChar(Object aKey, Character aValue)
Sets theCharacter
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutChar(String[] aPathElements, Character aValue)
Sets theCharacter
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutChar(String aKey, Character aValue)
Sets theCharacter
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutChar(Collection<?> aPathElements, Character aValue)
Sets theCharacter
value for the property referred to by the path elements representing the addressed path.default <C> CanonicalMap.CanonicalMapBuilder
withPutClass(Object[] aPathElements, Class<C> aValue)
Sets theClass
value for the property referred to by the path elements representing the addressed path.default <C> CanonicalMap.CanonicalMapBuilder
withPutClass(Object aKey, Class<C> aValue)
Sets theClass
value for the property referred to by the key.default <C> CanonicalMap.CanonicalMapBuilder
withPutClass(String[] aPathElements, Class<C> aValue)
Sets theClass
value for the property referred to by the path elements representing the addressed path.default <C> CanonicalMap.CanonicalMapBuilder
withPutClass(String aKey, Class<C> aValue)
Sets theClass
value for the property referred to by the key.default <C> CanonicalMap.CanonicalMapBuilder
withPutClass(Collection<?> aPathElements, Class<C> aValue)
Sets theClass
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutDirAt(int aIndex, Object aDir)
An indexed directory represents all elements which begin with a path which's last path element represents an index.default 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
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.default 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
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.default 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
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.default 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
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.default 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
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.default 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.default CanonicalMap.CanonicalMapBuilder
withPutDouble(Object[] aPathElements, Double aValue)
Sets theDouble
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutDouble(Object aKey, Double aValue)
Sets theDouble
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutDouble(String[] aPathElements, Double aValue)
Sets theDouble
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutDouble(String aKey, Double aValue)
Sets theDouble
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutDouble(Collection<?> aPathElements, Double aValue)
Sets theDouble
value for the property referred to by the path elements representing the addressed path.default <E extends Enum<E>>
CanonicalMap.CanonicalMapBuilderwithPutEnum(Object[] aPathElements, E aValue)
Sets theEnum
value for the property referred to by the path elements representing the addressed path.default <E extends Enum<E>>
CanonicalMap.CanonicalMapBuilderwithPutEnum(Object aKey, E aValue)
Sets theEnum
value for the property referred to by the key.default <E extends Enum<E>>
CanonicalMap.CanonicalMapBuilderwithPutEnum(String[] aPathElements, E aValue)
Sets theEnum
value for the property referred to by the path elements representing the addressed path.default <E extends Enum<E>>
CanonicalMap.CanonicalMapBuilderwithPutEnum(String aKey, E aValue)
Sets theEnum
value for the property referred to by the key.default <E extends Enum<E>>
CanonicalMap.CanonicalMapBuilderwithPutEnum(Collection<?> aPathElements, E aValue)
Sets theEnum
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutFloat(Object[] aPathElements, Float aValue)
Sets theFloat
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutFloat(Object aKey, Float aValue)
Sets theFloat
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutFloat(String[] aPathElements, Float aValue)
Sets theFloat
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutFloat(String aKey, Float aValue)
Sets theFloat
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutFloat(Collection<?> aPathElements, Float aValue)
Sets theFloat
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutInt(Object[] aPathElements, Integer aValue)
Sets theInteger
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutInt(Object aKey, Integer aValue)
Sets theInteger
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutInt(String[] aPathElements, Integer aValue)
Sets theInteger
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutInt(String aKey, Integer aValue)
Sets theInteger
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutInt(Collection<?> aPathElements, Integer aValue)
Sets theInteger
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutLong(Object[] aPathElements, Long aValue)
Sets theLong
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutLong(Object aKey, Long aValue)
Sets theLong
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutLong(String[] aPathElements, Long aValue)
Sets theLong
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutLong(String aKey, Long aValue)
Sets theLong
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutLong(Collection<?> aPathElements, Long aValue)
Sets theLong
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutShort(Object[] aPathElements, Short aValue)
Sets theShort
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutShort(Object aKey, Short aValue)
Sets theShort
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutShort(String[] aPathElements, Short aValue)
Sets theShort
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutShort(String aKey, Short aValue)
Sets theShort
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutShort(Collection<?> aPathElements, Short aValue)
Sets theShort
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutString(Object[] aPathElements, String aValue)
Sets theString
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutString(Object aKey, String aValue)
Sets theString
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutString(String[] aPathElements, String aValue)
Sets theString
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withPutString(String aKey, String aValue)
Sets theString
value for the property referred to by the key.default CanonicalMap.CanonicalMapBuilder
withPutString(Collection<?> aPathElements, String aValue)
Sets theString
value for the property referred to by the path elements representing the addressed path.default CanonicalMap.CanonicalMapBuilder
withRemoveFrom(Object aPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.default CanonicalMap.CanonicalMapBuilder
withRemoveFrom(Object... aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.default CanonicalMap.CanonicalMapBuilder
withRemoveFrom(String aPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.default CanonicalMap.CanonicalMapBuilder
withRemoveFrom(String... aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.default CanonicalMap.CanonicalMapBuilder
withRemoveFrom(Collection<?> aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.default CanonicalMap.CanonicalMapBuilder
withRemovePaths(String... aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.-
Methods inherited from interface org.refcodes.struct.CanonicalMap
asArray, asArray, asArray, asArray, asBooleanArray, asBooleanArray, asBooleanArray, asBooleanArray, asByteArray, asByteArray, asByteArray, asByteArray, asCharArray, asCharArray, asCharArray, asCharArray, asDoubleArray, asDoubleArray, asDoubleArray, asDoubleArray, asFloatArray, asFloatArray, asFloatArray, asFloatArray, asIntArray, asIntArray, asIntArray, asIntArray, asLongArray, asLongArray, asLongArray, asLongArray, asShortArray, asShortArray, asShortArray, asShortArray, getDir, getDir, getDir, getDir, getDir, getDirAt, getDirAt, getDirAt, getDirAt, getDirAt, getDirAt, getDirs, getDirs, getDirs, getDirs, getDirs, query, query, query, query, query, queryBetween, queryBetween, queryBetween, queryBetween, queryBetween, queryBetween, queryFrom, queryFrom, queryFrom, queryFrom, queryFrom, queryFrom, queryTo, queryTo, queryTo, queryTo, queryTo, queryTo, retrieveBetween, retrieveBetween, retrieveBetween, retrieveBetween, retrieveBetween, retrieveFrom, retrieveFrom, retrieveFrom, retrieveFrom, retrieveFrom, retrieveTo, retrieveTo, retrieveTo, retrieveTo, retrieveTo, toMap, toProperties
-
Methods inherited from interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
containsValue, insert, insertBetween, insertFrom, insertTo, put, put, put, put, put, putAll, putAll, putAll, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, removeAll, removeAll, removeAll, removeAll, removeAll, removeAll, removeDirAt, removeDirAt, removeDirAt, removeDirAt, removeDirAt, removeFrom, removeFrom, removeFrom, removeFrom, removeFrom, removePaths, removePaths, toDump
-
Methods inherited from interface org.refcodes.struct.Containable
size
-
Methods inherited from interface org.refcodes.struct.InterOperableMap
getBoolean, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanOr, getBooleanOr, getBooleanOr, getBooleanOr, getBooleanOr, getByte, getByte, getByte, getByte, getByte, getByteOr, getByteOr, getByteOr, getByteOr, getByteOr, getChar, getChar, getChar, getChar, getChar, getCharOr, getCharOr, getCharOr, getCharOr, getCharOr, getClass, getClass, getClass, getClass, getClass, getClassOr, getClassOr, getClassOr, getClassOr, getClassOr, getDouble, getDouble, getDouble, getDouble, getDouble, getDoubleOr, getDoubleOr, getDoubleOr, getDoubleOr, getDoubleOr, getEnum, getEnum, getEnum, getEnum, getEnum, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getFloat, getFloat, getFloat, getFloat, getFloat, getFloatOr, getFloatOr, getFloatOr, getFloatOr, getFloatOr, getInt, getInt, getInt, getInt, getInt, getIntOr, getIntOr, getIntOr, getIntOr, getIntOr, getLong, getLong, getLong, getLong, getLong, getLongOr, getLongOr, getLongOr, getLongOr, getLongOr, getShort, getShort, getShort, getShort, getShort, getShortOr, getShortOr, getShortOr, getShortOr, getShortOr, getString, getString, getString, getString, getString, getStringOr, getStringOr, getStringOr, getStringOr, getStringOr
-
Methods inherited from interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
withPut
-
Methods inherited from interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
containsValue, insert, insertBetween, insertFrom, insertTo, putBoolean, putBoolean, putBoolean, putBoolean, putBoolean, putByte, putByte, putByte, putByte, putByte, putChar, putChar, putChar, putChar, putChar, putClass, putClass, putClass, putClass, putClass, putDouble, putDouble, putDouble, putDouble, putDouble, putEnum, putEnum, putEnum, putEnum, putEnum, putFloat, putFloat, putFloat, putFloat, putFloat, putInt, putInt, putInt, putInt, putInt, putLong, putLong, putLong, putLong, putLong, putShort, putShort, putShort, putShort, putShort, putString, putString, putString, putString, putString
-
Methods inherited from interface org.refcodes.struct.Keys
containsKey, get, getOr, keySet, use, values
-
Methods inherited from interface org.refcodes.struct.Keys.MutableValues
put
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface org.refcodes.struct.PathMap
children, children, children, children, children, children, containsKey, containsKey, containsKey, dirs, dirs, dirs, dirs, dirs, dirs, findPaths, fromExternalPath, get, get, get, getArray, getArray, getArray, getArray, getArray, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getDirIndexes, getDirIndexes, getDirIndexes, getDirIndexes, getDirIndexes, getRootPath, getValueAt, getValueAt, getValueAt, getValueAt, getValueAt, getValueAt, hasChildren, hasChildren, hasChildren, hasChildren, hasChildren, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasParentPath, hasPath, hasPath, hasPath, hasPath, hasSubDirs, hasSubDirs, hasSubDirs, hasSubDirs, hasValue, hasValue, hasValue, hasValue, hasValue, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, isArray, isArray, isArray, isArray, isArray, isArray, isChild, isChild, isChild, isChild, isDir, isDir, isDir, isDir, isDir, isEqualTo, isIndexDir, isIndexDir, isIndexDir, isIndexDir, isIndexDir, isLeaf, isLeaf, isLeaf, isLeaf, isLeaf, isRootPath, keySet, keySet, keySet, keySet, keySet, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, leaves, leaves, leaves, leaves, leaves, leaves, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, paths, paths, paths, paths, paths, paths, queryPaths, queryPaths, queryPaths, queryPaths, queryPaths, queryPaths, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, toDataStructure, toDataStructure, toExternalPath, toInstance, toInstance, toLeaf, toMap, toNormalizedPath, toParentPath, toPath, toPath, toPath, toPath, toPathElements, toPathList, toPathStack, toPropertyPath, toType, toType, toType, toType, toType, toType, toType, toType
-
Methods inherited from interface org.refcodes.struct.PathMap.MutablePathMap
add, add, add, add, add, add, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, delete, delete, delete, delete, delete, insert, insert, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, merge, merge, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, put, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putValueAt, putValueAt, putValueAt, putValueAt, putValueAt, putValueAt, remove, remove, remove, removeValueAt, removeValueAt, removeValueAt, removeValueAt, removeValueAt, toSourceCode, toSourceCode
-
-
-
-
Method Detail
-
withPut
default CanonicalMap.CanonicalMapBuilder withPut(Collection<?> aPathElements, String aValue)
Builder method forKeys.MutableValues.put(Object, Object)
.- Specified by:
withPut
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- the path elements for the property to be put.aValue
- the value for the property to be put.- Returns:
- The implementing instance as of the builder pattern.
-
withPut
default CanonicalMap.CanonicalMapBuilder withPut(Object[] aPathElements, String aValue) throws NumberFormatException
Builder method forKeys.MutableValues.put(Object, Object)
.- Specified by:
withPut
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- the path elements for the property to be put.aValue
- the value for the property to be put.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
NumberFormatException
-
withPut
default CanonicalMap.CanonicalMapBuilder withPut(Relation<String,String> aProperty)
Builder method forDictionary.MutableDictionary.put(Relation)
.- Specified by:
withPut
in interfaceDictionary.MutableDictionary.DictionaryBuilder<String,String,PathMap.PathMapBuilder<String>>
- Specified by:
withPut
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aProperty
- the property to be put.- Returns:
- The implementing instance as of the builder pattern.
-
withPut
default CanonicalMap.CanonicalMapBuilder withPut(Property aProperty)
Builder method forCanonicalMap.MutableCanonicalMap.put(Property)
.- Parameters:
aProperty
- the property to be put.- Returns:
- The implementing instance as of the builder pattern.
-
withPut
default CanonicalMap.CanonicalMapBuilder withPut(String[] aKey, String aValue)
Builder method forKeys.MutableValues.put(Object, Object)
.- Specified by:
withPut
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aKey
- the path elements for the property to be put.aValue
- the value for the property to be put.- Returns:
- The implementing instance as of the builder pattern.
-
withPutBoolean
default CanonicalMap.CanonicalMapBuilder withPutBoolean(Collection<?> aPathElements, Boolean aValue)
Sets theBoolean
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theBoolean
value is converted accordingly.- Specified by:
withPutBoolean
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheBoolean
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutBoolean
default CanonicalMap.CanonicalMapBuilder withPutBoolean(Object aKey, Boolean aValue)
Sets theBoolean
value for the property referred to by the key. As property keys and values are of typeString
, theBoolean
value is converted accordingly.- Specified by:
withPutBoolean
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheBoolean
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutBoolean
default CanonicalMap.CanonicalMapBuilder withPutBoolean(Object[] aPathElements, Boolean aValue)
Sets theBoolean
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theBoolean
value is converted accordingly.- Specified by:
withPutBoolean
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueBoolean
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutBoolean
default CanonicalMap.CanonicalMapBuilder withPutBoolean(String aKey, Boolean aValue)
Sets theBoolean
value for the property referred to by the key. As property keys and values are of typeString
, theBoolean
value is converted accordingly.- Specified by:
withPutBoolean
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheBoolean
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutBoolean
default CanonicalMap.CanonicalMapBuilder withPutBoolean(String[] aPathElements, Boolean aValue)
Sets theBoolean
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theBoolean
value is converted accordingly.- Specified by:
withPutBoolean
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheBoolean
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutByte
default CanonicalMap.CanonicalMapBuilder withPutByte(Collection<?> aPathElements, Byte aValue)
Sets theByte
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theByte
value is converted accordingly.- Specified by:
withPutByte
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheByte
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutByte
default CanonicalMap.CanonicalMapBuilder withPutByte(Object aKey, Byte aValue)
Sets theByte
value for the property referred to by the key. As property keys and values are of typeString
, theByte
value is converted accordingly.- Specified by:
withPutByte
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheByte
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutByte
default CanonicalMap.CanonicalMapBuilder withPutByte(Object[] aPathElements, Byte aValue)
Sets theByte
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theByte
value is converted accordingly.- Specified by:
withPutByte
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueByte
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutByte
default CanonicalMap.CanonicalMapBuilder withPutByte(String aKey, Byte aValue)
Sets theByte
value for the property referred to by the key. As property keys and values are of typeString
, theByte
value is converted accordingly.- Specified by:
withPutByte
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheByte
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutByte
default CanonicalMap.CanonicalMapBuilder withPutByte(String[] aPathElements, Byte aValue)
Sets theByte
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theByte
value is converted accordingly.- Specified by:
withPutByte
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheByte
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutChar
default CanonicalMap.CanonicalMapBuilder withPutChar(Collection<?> aPathElements, Character aValue)
Sets theCharacter
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theCharacter
value is converted accordingly.- Specified by:
withPutChar
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheCharacter
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutChar
default CanonicalMap.CanonicalMapBuilder withPutChar(Object aKey, Character aValue)
Sets theCharacter
value for the property referred to by the key. As property keys and values are of typeString
, theCharacter
value is converted accordingly.- Specified by:
withPutChar
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheCharacter
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutChar
default CanonicalMap.CanonicalMapBuilder withPutChar(Object[] aPathElements, Character aValue)
Sets theCharacter
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theCharacter
value is converted accordingly.- Specified by:
withPutChar
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueCharacter
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutChar
default CanonicalMap.CanonicalMapBuilder withPutChar(String aKey, Character aValue)
Sets theCharacter
value for the property referred to by the key. As property keys and values are of typeString
, theCharacter
value is converted accordingly.- Specified by:
withPutChar
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheCharacter
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutChar
default CanonicalMap.CanonicalMapBuilder withPutChar(String[] aPathElements, Character aValue)
Sets theCharacter
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theCharacter
value is converted accordingly.- Specified by:
withPutChar
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheCharacter
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutClass
default <C> CanonicalMap.CanonicalMapBuilder withPutClass(Collection<?> aPathElements, Class<C> aValue)
Sets theClass
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theClass
value is converted accordingly.- Specified by:
withPutClass
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
C
- The type of the class in question.- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheClass
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutClass
default <C> CanonicalMap.CanonicalMapBuilder withPutClass(Object aKey, Class<C> aValue)
Sets theClass
value for the property referred to by the key. As property keys and values are of typeString
, theClass
value is converted accordingly.- Specified by:
withPutClass
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
C
- The type of the class in question.- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheClass
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutClass
default <C> CanonicalMap.CanonicalMapBuilder withPutClass(Object[] aPathElements, Class<C> aValue)
Sets theClass
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theClass
value is converted accordingly.- Specified by:
withPutClass
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
C
- The type of the class in question.- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueClass
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutClass
default <C> CanonicalMap.CanonicalMapBuilder withPutClass(String aKey, Class<C> aValue)
Sets theClass
value for the property referred to by the key. As property keys and values are of typeString
, theClass
value is converted accordingly.- Specified by:
withPutClass
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
C
- The type of the class in question.- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheClass
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutClass
default <C> CanonicalMap.CanonicalMapBuilder withPutClass(String[] aPathElements, Class<C> aValue)
Sets theClass
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theClass
value is converted accordingly.- Specified by:
withPutClass
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
C
- The type of the class in question.- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheClass
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutDouble
default CanonicalMap.CanonicalMapBuilder withPutDouble(Collection<?> aPathElements, Double aValue)
Sets theDouble
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theDouble
value is converted accordingly.- Specified by:
withPutDouble
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheDouble
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutDouble
default CanonicalMap.CanonicalMapBuilder withPutDouble(Object aKey, Double aValue)
Sets theDouble
value for the property referred to by the key. As property keys and values are of typeString
, theDouble
value is converted accordingly.- Specified by:
withPutDouble
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheDouble
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutDouble
default CanonicalMap.CanonicalMapBuilder withPutDouble(Object[] aPathElements, Double aValue)
Sets theDouble
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theDouble
value is converted accordingly.- Specified by:
withPutDouble
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueDouble
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutDouble
default CanonicalMap.CanonicalMapBuilder withPutDouble(String aKey, Double aValue)
Sets theDouble
value for the property referred to by the key. As property keys and values are of typeString
, theDouble
value is converted accordingly.- Specified by:
withPutDouble
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheDouble
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutDouble
default CanonicalMap.CanonicalMapBuilder withPutDouble(String[] aPathElements, Double aValue)
Sets theDouble
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theDouble
value is converted accordingly.- Specified by:
withPutDouble
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheDouble
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutEnum
default <E extends Enum<E>> CanonicalMap.CanonicalMapBuilder withPutEnum(Collection<?> aPathElements, E aValue)
Sets theEnum
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theEnum
value is converted accordingly.- Specified by:
withPutEnum
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
E
- The type of the enumeration in question.- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheEnum
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutEnum
default <E extends Enum<E>> CanonicalMap.CanonicalMapBuilder withPutEnum(Object aKey, E aValue)
Sets theEnum
value for the property referred to by the key. As property keys and values are of typeString
, theEnum
value is converted accordingly.- Specified by:
withPutEnum
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
E
- The type of the enumeration in question.- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheEnum
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutEnum
default <E extends Enum<E>> CanonicalMap.CanonicalMapBuilder withPutEnum(Object[] aPathElements, E aValue)
Sets theEnum
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theEnum
value is converted accordingly.- Specified by:
withPutEnum
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
E
- The type of the enumeration in question.- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueEnum
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutEnum
default <E extends Enum<E>> CanonicalMap.CanonicalMapBuilder withPutEnum(String aKey, E aValue)
Sets theEnum
value for the property referred to by the key. As property keys and values are of typeString
, theEnum
value is converted accordingly.- Specified by:
withPutEnum
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
E
- The type of the enumeration in question.- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheEnum
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutEnum
default <E extends Enum<E>> CanonicalMap.CanonicalMapBuilder withPutEnum(String[] aPathElements, E aValue)
Sets theEnum
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theEnum
value is converted accordingly.- Specified by:
withPutEnum
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Type Parameters:
E
- The type of the enumeration in question.- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheEnum
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutFloat
default CanonicalMap.CanonicalMapBuilder withPutFloat(Collection<?> aPathElements, Float aValue)
Sets theFloat
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theFloat
value is converted accordingly.- Specified by:
withPutFloat
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheFloat
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutFloat
default CanonicalMap.CanonicalMapBuilder withPutFloat(Object aKey, Float aValue)
Sets theFloat
value for the property referred to by the key. As property keys and values are of typeString
, theFloat
value is converted accordingly.- Specified by:
withPutFloat
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheFloat
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutFloat
default CanonicalMap.CanonicalMapBuilder withPutFloat(Object[] aPathElements, Float aValue)
Sets theFloat
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theFloat
value is converted accordingly.- Specified by:
withPutFloat
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueFloat
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutFloat
default CanonicalMap.CanonicalMapBuilder withPutFloat(String aKey, Float aValue)
Sets theFloat
value for the property referred to by the key. As property keys and values are of typeString
, theFloat
value is converted accordingly.- Specified by:
withPutFloat
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheFloat
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutFloat
default CanonicalMap.CanonicalMapBuilder withPutFloat(String[] aPathElements, Float aValue)
Sets theFloat
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theFloat
value is converted accordingly.- Specified by:
withPutFloat
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheFloat
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutInt
default CanonicalMap.CanonicalMapBuilder withPutInt(Collection<?> aPathElements, Integer aValue)
Sets theInteger
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theInteger
value is converted accordingly.- Specified by:
withPutInt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheInteger
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutInt
default CanonicalMap.CanonicalMapBuilder withPutInt(Object aKey, Integer aValue)
Sets theInteger
value for the property referred to by the key. As property keys and values are of typeString
, theInteger
value is converted accordingly.- Specified by:
withPutInt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheInteger
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutInt
default CanonicalMap.CanonicalMapBuilder withPutInt(Object[] aPathElements, Integer aValue)
Sets theInteger
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theInteger
value is converted accordingly.- Specified by:
withPutInt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueInteger
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutInt
default CanonicalMap.CanonicalMapBuilder withPutInt(String aKey, Integer aValue)
Sets theInteger
value for the property referred to by the key. As property keys and values are of typeString
, theInteger
value is converted accordingly.- Specified by:
withPutInt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheInteger
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutInt
default CanonicalMap.CanonicalMapBuilder withPutInt(String[] aPathElements, Integer aValue)
Sets theInteger
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theInteger
value is converted accordingly.- Specified by:
withPutInt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheInteger
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutLong
default CanonicalMap.CanonicalMapBuilder withPutLong(Collection<?> aPathElements, Long aValue)
Sets theLong
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theLong
value is converted accordingly.- Specified by:
withPutLong
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheLong
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutLong
default CanonicalMap.CanonicalMapBuilder withPutLong(Object aKey, Long aValue)
Sets theLong
value for the property referred to by the key. As property keys and values are of typeString
, theLong
value is converted accordingly.- Specified by:
withPutLong
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheLong
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutLong
default CanonicalMap.CanonicalMapBuilder withPutLong(Object[] aPathElements, Long aValue)
Sets theLong
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theLong
value is converted accordingly.- Specified by:
withPutLong
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueLong
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutLong
default CanonicalMap.CanonicalMapBuilder withPutLong(String aKey, Long aValue)
Sets theLong
value for the property referred to by the key. As property keys and values are of typeString
, theLong
value is converted accordingly.- Specified by:
withPutLong
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheLong
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutLong
default CanonicalMap.CanonicalMapBuilder withPutLong(String[] aPathElements, Long aValue)
Sets theLong
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theLong
value is converted accordingly.- Specified by:
withPutLong
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheLong
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutShort
default CanonicalMap.CanonicalMapBuilder withPutShort(Collection<?> aPathElements, Short aValue)
Sets theShort
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theShort
value is converted accordingly.- Specified by:
withPutShort
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheShort
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutShort
default CanonicalMap.CanonicalMapBuilder withPutShort(Object aKey, Short aValue)
Sets theShort
value for the property referred to by the key. As property keys and values are of typeString
, theShort
value is converted accordingly.- Specified by:
withPutShort
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheShort
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutShort
default CanonicalMap.CanonicalMapBuilder withPutShort(Object[] aPathElements, Short aValue)
Sets theShort
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theShort
value is converted accordingly.- Specified by:
withPutShort
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueShort
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutShort
default CanonicalMap.CanonicalMapBuilder withPutShort(String aKey, Short aValue)
Sets theShort
value for the property referred to by the key. As property keys and values are of typeString
, theShort
value is converted accordingly.- Specified by:
withPutShort
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheShort
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutShort
default CanonicalMap.CanonicalMapBuilder withPutShort(String[] aPathElements, Short aValue)
Sets theShort
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theShort
value is converted accordingly.- Specified by:
withPutShort
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheShort
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutString
default CanonicalMap.CanonicalMapBuilder withPutString(Collection<?> aPathElements, String aValue)
Sets theString
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theString
value is converted accordingly.- Specified by:
withPutString
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheString
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutString
default CanonicalMap.CanonicalMapBuilder withPutString(Object aKey, String aValue)
Sets theString
value for the property referred to by the key. As property keys and values are of typeString
, theString
value is converted accordingly.- Specified by:
withPutString
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheString
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutString
default CanonicalMap.CanonicalMapBuilder withPutString(Object[] aPathElements, String aValue)
Sets theString
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theString
value is converted accordingly.- Specified by:
withPutString
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- The valueString
to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withPutString
default CanonicalMap.CanonicalMapBuilder withPutString(String aKey, String aValue)
Sets theString
value for the property referred to by the key. As property keys and values are of typeString
, theString
value is converted accordingly.- Specified by:
withPutString
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aKey
- The key for which to retrieve the value.aValue
- TheString
representation for theString
value.- Returns:
- This instance for further builder method calls.
-
withPutString
default CanonicalMap.CanonicalMapBuilder withPutString(String[] aPathElements, String aValue)
Sets theString
value for the property referred to by the path elements representing the addressed path. As property keys and values are of typeString
, theString
value is converted accordingly.- Specified by:
withPutString
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path addressing the value.aValue
- TheString
value to be associated with the path.- Returns:
- This instance for further builder method calls.
-
withInsert
default CanonicalMap.CanonicalMapBuilder withInsert(Object aObj)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insert(Object)
method.- Specified by:
withInsert
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aObj
- the obj- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insert(Object)
-
withInsert
default CanonicalMap.CanonicalMapBuilder withInsert(PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insert(Object)
.- Specified by:
withInsert
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insert(Object)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the to-path.aFrom
- the fromaFromPathElements
- The path elements of the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(Collection<?> aToPathElements, PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertBetween(String, Object, String)
.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements of the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(Object aToPath, PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertBetween(String, Object, String)
.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the to-path.aFrom
- the fromaFromPathElements
- The path elements of the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(Object[] aToPathElements, PathMap<String> aFrom, Object[] aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertBetween(String, Object, String)
.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements of the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(String aToPath, Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(String aToPath, PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertBetween(String, Object, String)
.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertBetween(String, Object, String)
method.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the to-path.aFrom
- the fromaFromPathElements
- The path elements of the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertBetween
default CanonicalMap.CanonicalMapBuilder withInsertBetween(String[] aToPathElements, PathMap<String> aFrom, String[] aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertBetween(String, Object, String)
.- Specified by:
withInsertBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements of the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertBetween(String, Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPathElements
- The path elements representing the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(Object aFrom, Object... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPathElements
- The path elements representing the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(Object aFrom, String... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertFrom(Object, String)
method.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPathElements
- The path elements representing the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertFrom(Object, String)
.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements representing the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertFrom(Object, String)
.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(PathMap<String> aFrom, Object... aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertFrom(Object, String)
.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements representing the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertFrom(Object, String)
.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertFrom
default CanonicalMap.CanonicalMapBuilder withInsertFrom(PathMap<String> aFrom, String... aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertFrom(Object, String)
.- Specified by:
withInsertFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements representing the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertFrom(Object, String)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(Collection<?> aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(Collection<?> aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertTo(String, Object)
.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(Object aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(Object aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertTo(String, Object)
.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(Object[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(Object[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertTo(String, Object)
.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(String aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(String aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertTo(String, Object)
.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(String[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.insertTo(String, Object)
method.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withInsertTo
default CanonicalMap.CanonicalMapBuilder withInsertTo(String[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.insertTo(String, Object)
.- Specified by:
withInsertTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the sub-path where to insert the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.insertTo(String, Object)
-
withMerge
default CanonicalMap.CanonicalMapBuilder withMerge(Object aObj)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.merge(Object)
method.- Specified by:
withMerge
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aObj
- the obj- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.merge(Object)
-
withMerge
default CanonicalMap.CanonicalMapBuilder withMerge(PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.merge(Object)
.- Specified by:
withMerge
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.merge(Object)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the to-path.aFrom
- the fromaFromPathElements
- The path elements of the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(Collection<?> aToPathElements, PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeBetween(String, Object, String)
.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements of the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(Object aToPath, PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeBetween(String, Object, String)
.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the to-path.aFrom
- the fromaFromPathElements
- The path elements of the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(Object[] aToPathElements, PathMap<String> aFrom, Object[] aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeBetween(String, Object, String)
.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements of the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(String aToPath, Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(String aToPath, PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeBetween(String, Object, String)
.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeBetween(String, Object, String)
method.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the to-path.aFrom
- the fromaFromPathElements
- The path elements of the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeBetween
default CanonicalMap.CanonicalMapBuilder withMergeBetween(String[] aToPathElements, PathMap<String> aFrom, String[] aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeBetween(String, Object, String)
.- Specified by:
withMergeBetween
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements of the sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements of the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeBetween(String, Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(Object aFrom, Collection<?> aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPathElements
- The path elements representing the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(Object aFrom, Object aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(Object aFrom, Object... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPathElements
- The path elements representing the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(Object aFrom, String aFromPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPath
- The from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(Object aFrom, String... aFromPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeFrom(Object, String)
method.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- the fromaFromPathElements
- The path elements representing the from-path.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(PathMap<String> aFrom, Collection<?> aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeFrom(Object, String)
.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements representing the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(PathMap<String> aFrom, Object aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeFrom(Object, String)
.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(PathMap<String> aFrom, Object... aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeFrom(Object, String)
.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements representing the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(PathMap<String> aFrom, String aFromPath)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeFrom(Object, String)
.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPath
- The path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeFrom
default CanonicalMap.CanonicalMapBuilder withMergeFrom(PathMap<String> aFrom, String... aFromPathElements)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeFrom(Object, String)
.- Specified by:
withMergeFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.aFromPathElements
- The path elements representing the path from where to start adding elements of the provided object.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeFrom(Object, String)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(Collection<?> aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(Collection<?> aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeTo(String, Object)
.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(Object aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(Object aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeTo(String, Object)
.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(Object[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(Object[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeTo(String, Object)
.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(String aToPath, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(String aToPath, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeTo(String, Object)
.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPath
- The sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(String[] aToPathElements, Object aFrom)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.mergeTo(String, Object)
method.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the to-path.aFrom
- the from- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withMergeTo
default CanonicalMap.CanonicalMapBuilder withMergeTo(String[] aToPathElements, PathMap<String> aFrom)
Method to semantically emphasize that we support our own types. Actually delegates toPathMap.MutablePathMap.mergeTo(String, Object)
.- Specified by:
withMergeTo
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aToPathElements
- The path elements representing the sub-path where to merge the object's introspected values to.aFrom
- ThePathMap
which is to be inspected with the therein contained values being added with their according determined paths.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
- See Also:
PathMap.MutablePathMap.mergeTo(String, Object)
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(Collection<?> aPathElements, int aIndex, PathMap<String> aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(int aIndex, Object aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the root path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(int aIndex, PathMap<String> aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the root path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPath
- The path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(Object aPath, int aIndex, PathMap<String> aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPath
- The path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(Object[] aPathElements, int aIndex, PathMap<String> aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPath
- The path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(String aPath, int aIndex, PathMap<String> aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPath
- The path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withPutDirAt
default CanonicalMap.CanonicalMapBuilder withPutDirAt(String[] aPathElements, int aIndex, PathMap<String> aDir) throws IllegalArgumentException
An indexed directory represents all elements which begin with a path which's last path element represents an index. There may by many sub-paths for the same indexed path which are all are included by the according directory. Puts the given values below the path at the given index.- Specified by:
withPutDirAt
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path where to put the indexed element.aIndex
- The index of the indexed element.aDir
- The values to be put at the index.- Returns:
- This instance (on which the method call has been invoked) as of the builder pattern.
- Throws:
IllegalArgumentException
- in case the path does not represent indexed elements as ofPathMap.isIndexDir(String)
.
-
withRemoveFrom
default CanonicalMap.CanonicalMapBuilder withRemoveFrom(Collection<?> aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.- Specified by:
withRemoveFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path from where to remove all properties.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
-
withRemoveFrom
default CanonicalMap.CanonicalMapBuilder withRemoveFrom(Object aPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.- Specified by:
withRemoveFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPath
- The path from where to remove all properties.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
-
withRemoveFrom
default CanonicalMap.CanonicalMapBuilder withRemoveFrom(Object... aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.- Specified by:
withRemoveFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path from where to remove all properties.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
-
withRemoveFrom
default CanonicalMap.CanonicalMapBuilder withRemoveFrom(String aPath)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.- Specified by:
withRemoveFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPath
- The path from where to remove all properties.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
-
withRemoveFrom
default CanonicalMap.CanonicalMapBuilder withRemoveFrom(String... aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.- Specified by:
withRemoveFrom
in interfaceInterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path from where to remove all properties.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
-
withRemovePaths
default CanonicalMap.CanonicalMapBuilder withRemovePaths(String... aPathElements)
Convenience method for providing builder functionality to thePathMap.MutablePathMap.removeFrom( String)
method.- Specified by:
withRemovePaths
in interfacePathMap.PathMapBuilder<String>
- Parameters:
aPathElements
- The path elements of the path from where to remove all properties.- Returns:
- This instance as of the Builder-Pattern to apply succeeding operations.
-
-