-
- All Superinterfaces:
org.refcodes.mixin.AnnotatorAccessor,org.refcodes.struct.CanonicalMap,org.refcodes.struct.CanonicalMap.CanonicalMapBuilder,org.refcodes.struct.CanonicalMap.MutableCanonicalMap,org.refcodes.mixin.Clearable,org.refcodes.struct.Containable,org.refcodes.mixin.DelimiterAccessor,org.refcodes.struct.Dictionary<String,String>,org.refcodes.struct.Dictionary.MutableDictionary<String,String>,org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>,org.refcodes.mixin.Dumpable,org.refcodes.mixin.EmptyAccessor,HalMap,org.refcodes.struct.InterOperableMap<String>,org.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>,org.refcodes.struct.InterOperableMap.MutableInterOperableMap<String>,org.refcodes.struct.Keys<String,String>,org.refcodes.struct.Keys.MutableKeys<String,String>,org.refcodes.struct.Keys.MutableValues<String,String>,Map<String,String>,org.refcodes.struct.PathMap<String>,org.refcodes.struct.PathMap.MutablePathMap<String>,org.refcodes.struct.PathMap.PathMapBuilder<String>,org.refcodes.mixin.TypeAccessor<String>
- All Known Implementing Classes:
HalStructImpl
public interface HalStruct extends HalMap
-
-
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
org.refcodes.struct.CanonicalMap.CanonicalMapBuilder, org.refcodes.struct.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
org.refcodes.struct.Dictionary.MutableDictionary<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.Dictionary.MutableDictionary
org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<K extends Object,V extends Object,B extends org.refcodes.struct.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
org.refcodes.struct.InterOperableMap.InterOperableMapBuilder<T extends Object>, org.refcodes.struct.InterOperableMap.MutableInterOperableMap<T extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.Keys
org.refcodes.struct.Keys.MutableKeys<K extends Object,V extends Object>, org.refcodes.struct.Keys.MutableValues<K extends Object,V extends Object>
-
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
org.refcodes.struct.PathMap.MutablePathMap<T extends Object>, org.refcodes.struct.PathMap.PathMapBuilder<T extends Object>
-
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>
-
-
Field Summary
-
Fields inherited from interface org.refcodes.hal.HalMap
HAL_ALPS, HAL_DESCRIPTOR, HAL_DESCRIPTORS, HAL_DOC, HAL_EMBEDDED, HAL_ENUM, HAL_FORMAT, HAL_HREF, HAL_LINKS, HAL_NAME, HAL_PATH_SELF_HREF, HAL_PROFILE, HAL_PROPERTIES, HAL_READ_ONLY, HAL_REF, HAL_RELATION, HAL_SELF, HAL_TEMPLATED, HAL_TITLE, HAL_TYPE, HAL_VALUE, META_DATA_ARRAY, META_DATA_ENUM, META_DATA_FORMAT, META_DATA_HREF, META_DATA_READ_ONLY, META_DATA_SELF, META_DATA_TYPE, META_DATA_VALUE, ROOT_PATH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HalStructgetDirAt(int aIndex)default HalStructgetDirAt(String aPath, int aIndex)default HalStructputDirAt(int aIndex, Object aDir)default HalStructputDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructputDirAt(Object[] aPathElements, int aIndex, Object aDir)default HalStructputDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructputDirAt(Object aPath, int aIndex, Object aDir)default HalStructputDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructputDirAt(String[] aPathElements, int aIndex, Object aDir)default HalStructputDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructputDirAt(String aPath, int aIndex, Object aDir)default HalStructputDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructputDirAt(Collection<?> aPathElements, int aIndex, Object aDir)default HalStructputDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructquery(Object... aQueryElements)default HalStructquery(String aPathQuery)default HalStructquery(String... aQueryElements)default HalStructquery(Collection<?> aQueryElements)default HalStructquery(Pattern aRegExp)default HalStructqueryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath)default HalStructqueryBetween(Object aFromPath, Object aPathQuery, Object aToPath)default HalStructqueryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath)default HalStructqueryBetween(String aFromPath, String aPathQuery, String aToPath)default HalStructqueryBetween(String aFromPath, Pattern aRegExp, String aToPath)default HalStructqueryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath)default HalStructqueryFrom(Object[] aPathQuery, Object[] aFromPath)default HalStructqueryFrom(Object aPathQuery, Object aFromPath)default HalStructqueryFrom(String[] aPathQuery, String[] aFromPath)default HalStructqueryFrom(String aPathQuery, String aFromPath)default HalStructqueryFrom(Collection<?> aPathQuery, Collection<?> aFromPath)default HalStructqueryFrom(Pattern aRegExp, String aFromPath)default HalStructqueryTo(Object[] aPathQuery, String aToPath)default HalStructqueryTo(Object aPathQuery, String aToPath)default HalStructqueryTo(String[] aPathQuery, String aToPath)default HalStructqueryTo(String aPathQuery, String aToPath)default HalStructqueryTo(Collection<?> aPathQuery, String aToPath)default HalStructqueryTo(Pattern aRegExp, String aToPath)default HalStructremoveAll(Object aPathQuery)default HalStructremoveAll(Object... aPathQueryElements)default HalStructremoveAll(String aPathQuery)default HalStructremoveAll(String... aPathQueryElements)default HalStructremoveAll(Collection<?> aPathQueryElements)default HalStructremoveAll(Pattern aRegExp)default HalStructremoveDirAt(int aIndex)default HalStructremoveDirAt(Object[] aPathElements, int aIndex)default HalStructremoveDirAt(Object aPath, int aIndex)default HalStructremoveDirAt(String[] aPathElements, int aIndex)default HalStructremoveDirAt(String aPath, int aIndex)default HalStructremoveFrom(Object aPath)default HalStructremoveFrom(Object... aPathElements)default HalStructremoveFrom(String aPath)default HalStructremoveFrom(String... aPathElements)default HalStructremovePaths(String... aPaths)default HalStructremovePaths(Collection<?> aPaths)default HalStructretrieveBetween(Object[] aFromPath, Object[] aToPath)default HalStructretrieveBetween(Object aFromPath, Object aToPath)default HalStructretrieveBetween(String[] aFromPath, String[] aToPath)HalStructretrieveBetween(String aFromPath, String aToPath)default HalStructretrieveBetween(Collection<?> aFromPath, Collection<?> aToPath)default HalStructretrieveFrom(Object aParentPath)default HalStructretrieveFrom(Object... aPathElements)HalStructretrieveFrom(String aFromPath)default HalStructretrieveFrom(String... aPathElements)default HalStructretrieveFrom(Collection<?> aPathElements)default HalStructretrieveTo(Object aToPath)default HalStructretrieveTo(Object... aToPathElements)HalStructretrieveTo(String aToPath)default HalStructretrieveTo(String... aToPathElements)default HalStructretrieveTo(Collection<?> aToPathElements)default HalStructwithInsert(Object aObj)default HalStructwithInsert(org.refcodes.struct.PathMap<String> aFrom)default HalStructwithInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)default HalStructwithInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)default HalStructwithInsertBetween(Object aToPath, Object aFrom, Object aFromPath)default HalStructwithInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalStructwithInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)default HalStructwithInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)default HalStructwithInsertBetween(String aToPath, Object aFrom, String aFromPath)default HalStructwithInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalStructwithInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)default HalStructwithInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalStructwithInsertFrom(Object aFrom, Object aFromPath)default HalStructwithInsertFrom(Object aFrom, Object... aFromPathElements)default HalStructwithInsertFrom(Object aFrom, String aFromPath)default HalStructwithInsertFrom(Object aFrom, String... aFromPathElements)default HalStructwithInsertFrom(Object aFrom, Collection<?> aFromPathElements)default HalStructwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalStructwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)default HalStructwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalStructwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)default HalStructwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalStructwithInsertTo(Object[] aToPathElements, Object aFrom)default HalStructwithInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithInsertTo(Object aToPath, Object aFrom)default HalStructwithInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithInsertTo(String[] aToPathElements, Object aFrom)default HalStructwithInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithInsertTo(String aToPath, Object aFrom)default HalStructwithInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithInsertTo(Collection<?> aToPathElements, Object aFrom)default HalStructwithInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithMerge(Object aObj)default HalStructwithMerge(org.refcodes.struct.PathMap<String> aFrom)default HalStructwithMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)default HalStructwithMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)default HalStructwithMergeBetween(Object aToPath, Object aFrom, Object aFromPath)default HalStructwithMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalStructwithMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)default HalStructwithMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)default HalStructwithMergeBetween(String aToPath, Object aFrom, String aFromPath)default HalStructwithMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalStructwithMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)default HalStructwithMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalStructwithMergeFrom(Object aFrom, Object aFromPath)default HalStructwithMergeFrom(Object aFrom, Object... aFromPathElements)default HalStructwithMergeFrom(Object aFrom, String aFromPath)default HalStructwithMergeFrom(Object aFrom, String... aFromPathElements)default HalStructwithMergeFrom(Object aFrom, Collection<?> aFromPathElements)default HalStructwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalStructwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)default HalStructwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalStructwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)default HalStructwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalStructwithMergeTo(Object[] aToPathElements, Object aFrom)default HalStructwithMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithMergeTo(Object aToPath, Object aFrom)default HalStructwithMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithMergeTo(String[] aToPathElements, Object aFrom)default HalStructwithMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithMergeTo(String aToPath, Object aFrom)default HalStructwithMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithMergeTo(Collection<?> aToPathElements, Object aFrom)default HalStructwithMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalStructwithPut(Object[] aPathElements, String aValue)default HalStructwithPut(String[] aKey, String aValue)default HalStructwithPut(String aKey, String aValue)default HalStructwithPut(Collection<?> aPathElements, String aValue)default HalStructwithPut(org.refcodes.struct.Property aProperty)default HalStructwithPut(org.refcodes.struct.Relation<String,String> aProperty)default HalStructwithPutBoolean(Object[] aPathElements, Boolean aValue)default HalStructwithPutBoolean(Object aKey, Boolean aValue)default HalStructwithPutBoolean(String[] aPathElements, Boolean aValue)default HalStructwithPutBoolean(String aKey, Boolean aValue)default HalStructwithPutBoolean(Collection<?> aPathElements, Boolean aValue)default HalStructwithPutByte(Object[] aPathElements, Byte aValue)default HalStructwithPutByte(Object aKey, Byte aValue)default HalStructwithPutByte(String[] aPathElements, Byte aValue)default HalStructwithPutByte(String aKey, Byte aValue)default HalStructwithPutByte(Collection<?> aPathElements, Byte aValue)default HalStructwithPutChar(Object[] aPathElements, Character aValue)default HalStructwithPutChar(Object aKey, Character aValue)default HalStructwithPutChar(String[] aPathElements, Character aValue)default HalStructwithPutChar(String aKey, Character aValue)default HalStructwithPutChar(Collection<?> aPathElements, Character aValue)default <C> HalStructwithPutClass(Object[] aPathElements, Class<C> aValue)default <C> HalStructwithPutClass(Object aKey, Class<C> aValue)default <C> HalStructwithPutClass(String[] aPathElements, Class<C> aValue)default <C> HalStructwithPutClass(String aKey, Class<C> aValue)default <C> HalStructwithPutClass(Collection<?> aPathElements, Class<C> aValue)default HalStructwithPutDirAt(int aIndex, Object aDir)default HalStructwithPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructwithPutDirAt(Object[] aPathElements, int aIndex, Object aDir)default HalStructwithPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructwithPutDirAt(Object aPath, int aIndex, Object aDir)default HalStructwithPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructwithPutDirAt(String[] aPathElements, int aIndex, Object aDir)default HalStructwithPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructwithPutDirAt(String aPath, int aIndex, Object aDir)default HalStructwithPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructwithPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir)default HalStructwithPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalStructwithPutDouble(Object[] aPathElements, Double aValue)default HalStructwithPutDouble(Object aKey, Double aValue)default HalStructwithPutDouble(String[] aPathElements, Double aValue)default HalStructwithPutDouble(String aKey, Double aValue)default HalStructwithPutDouble(Collection<?> aPathElements, Double aValue)default <E extends Enum<E>>
HalStructwithPutEnum(Object[] aPathElements, E aValue)default <E extends Enum<E>>
HalStructwithPutEnum(Object aKey, E aValue)default <E extends Enum<E>>
HalStructwithPutEnum(String[] aPathElements, E aValue)default <E extends Enum<E>>
HalStructwithPutEnum(String aKey, E aValue)default <E extends Enum<E>>
HalStructwithPutEnum(Collection<?> aPathElements, E aValue)default HalStructwithPutFloat(Object[] aPathElements, Float aValue)default HalStructwithPutFloat(Object aKey, Float aValue)default HalStructwithPutFloat(String[] aPathElements, Float aValue)default HalStructwithPutFloat(String aKey, Float aValue)default HalStructwithPutFloat(Collection<?> aPathElements, Float aValue)default HalStructwithPutInt(Object[] aPathElements, Integer aValue)default HalStructwithPutInt(Object aKey, Integer aValue)default HalStructwithPutInt(String[] aPathElements, Integer aValue)default HalStructwithPutInt(String aKey, Integer aValue)default HalStructwithPutInt(Collection<?> aPathElements, Integer aValue)default HalStructwithPutLong(Object[] aPathElements, Long aValue)default HalStructwithPutLong(Object aKey, Long aValue)default HalStructwithPutLong(String[] aPathElements, Long aValue)default HalStructwithPutLong(String aKey, Long aValue)default HalStructwithPutLong(Collection<?> aPathElements, Long aValue)default HalStructwithPutShort(Object[] aPathElements, Short aValue)default HalStructwithPutShort(Object aKey, Short aValue)default HalStructwithPutShort(String[] aPathElements, Short aValue)default HalStructwithPutShort(String aKey, Short aValue)default HalStructwithPutShort(Collection<?> aPathElements, Short aValue)default HalStructwithPutString(Object[] aPathElements, String aValue)default HalStructwithPutString(Object aKey, String aValue)default HalStructwithPutString(String[] aPathElements, String aValue)default HalStructwithPutString(String aKey, String aValue)default HalStructwithPutString(Collection<?> aPathElements, String aValue)default HalStructwithRemoveFrom(Object aPath)default HalStructwithRemoveFrom(Object... aPathElements)default HalStructwithRemoveFrom(String aPath)default HalStructwithRemoveFrom(String... aPathElements)default HalStructwithRemoveFrom(Collection<?> aPathElements)default HalStructwithRemovePaths(String... aPathElements)-
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, getDirs, getDirs, getDirs, getDirs, getDirs, toMap, toProperties
-
Methods inherited from interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
containsValue, insert, insertBetween, insertFrom, insertTo, put, put, put, put, put, putAll, putAll, putAll, removeFrom, toDump
-
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.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 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
-
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
-
getDirAt
default HalStruct getDirAt(int aIndex)
-
putDirAt
default HalStruct putDirAt(Collection<?> aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
putDirAtin interfaceHalMap- Specified by:
putDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>- Throws:
IllegalArgumentException
-
query
default HalStruct query(Collection<?> aQueryElements)
-
queryBetween
default HalStruct queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath)
- Specified by:
queryBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
queryBetweenin interfaceHalMap- Specified by:
queryBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(Object aFromPath, Object aPathQuery, Object aToPath)
- Specified by:
queryBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
queryBetweenin interfaceHalMap- Specified by:
queryBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath)
- Specified by:
queryBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
queryBetweenin interfaceHalMap- Specified by:
queryBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(String aFromPath, String aPathQuery, String aToPath)
- Specified by:
queryBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
queryBetweenin interfaceHalMap- Specified by:
queryBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(String aFromPath, Pattern aRegExp, String aToPath)
- Specified by:
queryBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
queryBetweenin interfaceHalMap- Specified by:
queryBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath)
- Specified by:
queryBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
queryBetweenin interfaceHalMap- Specified by:
queryBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
queryFrom
default HalStruct queryFrom(Collection<?> aPathQuery, Collection<?> aFromPath)
-
queryTo
default HalStruct queryTo(Collection<?> aPathQuery, String aToPath)
-
removePaths
default HalStruct removePaths(Collection<?> aPaths)
- Specified by:
removePathsin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removePathsin interfaceHalMap- Specified by:
removePathsin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removePaths
default HalStruct removePaths(String... aPaths)
- Specified by:
removePathsin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removePathsin interfaceHalMap- Specified by:
removePathsin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeAll
default HalStruct removeAll(Collection<?> aPathQueryElements)
-
removeDirAt
default HalStruct removeDirAt(int aIndex)
- Specified by:
removeDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeDirAtin interfaceHalMap- Specified by:
removeDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(Object aPath, int aIndex)
- Specified by:
removeDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeDirAtin interfaceHalMap- Specified by:
removeDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(Object[] aPathElements, int aIndex)
- Specified by:
removeDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeDirAtin interfaceHalMap- Specified by:
removeDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(String aPath, int aIndex)
- Specified by:
removeDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeDirAtin interfaceHalMap- Specified by:
removeDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(String[] aPathElements, int aIndex)
- Specified by:
removeDirAtin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeDirAtin interfaceHalMap- Specified by:
removeDirAtin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(Object... aPathElements)
- Specified by:
removeFromin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeFromin interfaceHalMap- Specified by:
removeFromin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(Object aPath)
- Specified by:
removeFromin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeFromin interfaceHalMap- Specified by:
removeFromin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(String aPath)
- Specified by:
removeFromin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeFromin interfaceHalMap- Specified by:
removeFromin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(String... aPathElements)
- Specified by:
removeFromin interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap- Specified by:
removeFromin interfaceHalMap- Specified by:
removeFromin interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath)
- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveBetweenin interfaceHalMap- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(Object aFromPath, Object aToPath)
- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveBetweenin interfaceHalMap- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(Object[] aFromPath, Object[] aToPath)
- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveBetweenin interfaceHalMap- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
HalStruct retrieveBetween(String aFromPath, String aToPath)
- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveBetweenin interfaceHalMap- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(String[] aFromPath, String[] aToPath)
- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveBetweenin interfaceHalMap- Specified by:
retrieveBetweenin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(Collection<?> aPathElements)
- Specified by:
retrieveFromin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveFromin interfaceHalMap- Specified by:
retrieveFromin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(Object aParentPath)
- Specified by:
retrieveFromin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveFromin interfaceHalMap- Specified by:
retrieveFromin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(Object... aPathElements)
- Specified by:
retrieveFromin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveFromin interfaceHalMap- Specified by:
retrieveFromin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
HalStruct retrieveFrom(String aFromPath)
- Specified by:
retrieveFromin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveFromin interfaceHalMap- Specified by:
retrieveFromin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(String... aPathElements)
- Specified by:
retrieveFromin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveFromin interfaceHalMap- Specified by:
retrieveFromin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(Collection<?> aToPathElements)
- Specified by:
retrieveToin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveToin interfaceHalMap- Specified by:
retrieveToin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(Object aToPath)
- Specified by:
retrieveToin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveToin interfaceHalMap- Specified by:
retrieveToin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(Object... aToPathElements)
- Specified by:
retrieveToin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveToin interfaceHalMap- Specified by:
retrieveToin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
HalStruct retrieveTo(String aToPath)
- Specified by:
retrieveToin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveToin interfaceHalMap- Specified by:
retrieveToin interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(String... aToPathElements)
- Specified by:
retrieveToin interfaceorg.refcodes.struct.CanonicalMap- Specified by:
retrieveToin interfaceHalMap- Specified by:
retrieveToin interfaceorg.refcodes.struct.PathMap<String>
-
withPut
default HalStruct withPut(Collection<?> aPathElements, String aValue)
- Specified by:
withPutin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutin interfaceHalMap- Specified by:
withPutin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPut
default HalStruct withPut(Object[] aPathElements, String aValue) throws NumberFormatException
- Specified by:
withPutin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutin interfaceHalMap- Specified by:
withPutin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
NumberFormatException
-
withPut
default HalStruct withPut(org.refcodes.struct.Relation<String,String> aProperty)
- Specified by:
withPutin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutin interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>- Specified by:
withPutin interfaceHalMap- Specified by:
withPutin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPut
default HalStruct withPut(String aKey, String aValue)
- Specified by:
withPutin interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>- Specified by:
withPutin interfaceHalMap- Specified by:
withPutin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPut
default HalStruct withPut(org.refcodes.struct.Property aProperty)
-
withPut
default HalStruct withPut(String[] aKey, String aValue)
- Specified by:
withPutin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutin interfaceHalMap- Specified by:
withPutin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(Collection<?> aPathElements, Boolean aValue)
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceHalMap- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(Object aKey, Boolean aValue)
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceHalMap- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(Object[] aPathElements, Boolean aValue)
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceHalMap- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(String aKey, Boolean aValue)
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceHalMap- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(String[] aPathElements, Boolean aValue)
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceHalMap- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(Collection<?> aPathElements, Byte aValue)
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceHalMap- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(Object aKey, Byte aValue)
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceHalMap- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(Object[] aPathElements, Byte aValue)
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceHalMap- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(String aKey, Byte aValue)
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceHalMap- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(String[] aPathElements, Byte aValue)
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceHalMap- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(Collection<?> aPathElements, Character aValue)
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceHalMap- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(Object aKey, Character aValue)
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceHalMap- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(Object[] aPathElements, Character aValue)
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceHalMap- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(String aKey, Character aValue)
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceHalMap- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(String[] aPathElements, Character aValue)
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceHalMap- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(Collection<?> aPathElements, Class<C> aValue)
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceHalMap- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(Object aKey, Class<C> aValue)
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceHalMap- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(Object[] aPathElements, Class<C> aValue)
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceHalMap- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(String aKey, Class<C> aValue)
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceHalMap- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(String[] aPathElements, Class<C> aValue)
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceHalMap- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(Collection<?> aPathElements, Double aValue)
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceHalMap- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(Object aKey, Double aValue)
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceHalMap- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(Object[] aPathElements, Double aValue)
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceHalMap- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(String aKey, Double aValue)
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceHalMap- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(String[] aPathElements, Double aValue)
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceHalMap- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(Collection<?> aPathElements, E aValue)
- Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceHalMap- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(Object aKey, E aValue)
- Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceHalMap- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(Object[] aPathElements, E aValue)
- Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceHalMap- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(String aKey, E aValue)
- Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceHalMap- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(String[] aPathElements, E aValue)
- Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceHalMap- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(Collection<?> aPathElements, Float aValue)
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceHalMap- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(Object aKey, Float aValue)
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceHalMap- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(Object[] aPathElements, Float aValue)
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceHalMap- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(String aKey, Float aValue)
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceHalMap- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(String[] aPathElements, Float aValue)
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceHalMap- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(Collection<?> aPathElements, Integer aValue)
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceHalMap- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(Object aKey, Integer aValue)
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceHalMap- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(Object[] aPathElements, Integer aValue)
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceHalMap- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(String aKey, Integer aValue)
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceHalMap- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(String[] aPathElements, Integer aValue)
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceHalMap- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(Collection<?> aPathElements, Long aValue)
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceHalMap- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(Object aKey, Long aValue)
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceHalMap- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(Object[] aPathElements, Long aValue)
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceHalMap- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(String aKey, Long aValue)
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceHalMap- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(String[] aPathElements, Long aValue)
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceHalMap- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(Collection<?> aPathElements, Short aValue)
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceHalMap- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(Object aKey, Short aValue)
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceHalMap- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(Object[] aPathElements, Short aValue)
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceHalMap- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(String aKey, Short aValue)
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceHalMap- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(String[] aPathElements, Short aValue)
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceHalMap- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(Collection<?> aPathElements, String aValue)
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceHalMap- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(Object aKey, String aValue)
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceHalMap- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(Object[] aPathElements, String aValue)
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceHalMap- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(String aKey, String aValue)
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceHalMap- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(String[] aPathElements, String aValue)
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceHalMap- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withInsert
default HalStruct withInsert(Object aObj)
- Specified by:
withInsertin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertin interfaceHalMap- Specified by:
withInsertin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsert
default HalStruct withInsert(org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertin interfaceHalMap- Specified by:
withInsertin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String aToPath, Object aFrom, String aFromPath)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceHalMap- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, Object aFromPath)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, Object... aFromPathElements)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, String aFromPath)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, String... aFromPathElements)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
- Specified by:
withInsertFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertFromin interfaceHalMap- Specified by:
withInsertFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Collection<?> aToPathElements, Object aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object aToPath, Object aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object[] aToPathElements, Object aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String aToPath, Object aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String[] aToPathElements, Object aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertToin interfaceHalMap- Specified by:
withInsertToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMerge
default HalStruct withMerge(Object aObj)
- Specified by:
withMergein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergein interfaceHalMap- Specified by:
withMergein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergein interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMerge
default HalStruct withMerge(org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergein interfaceHalMap- Specified by:
withMergein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergein interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String aToPath, Object aFrom, String aFromPath)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceHalMap- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, Object aFromPath)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, Object... aFromPathElements)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, String aFromPath)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, String... aFromPathElements)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
- Specified by:
withMergeFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeFromin interfaceHalMap- Specified by:
withMergeFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Collection<?> aToPathElements, Object aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object aToPath, Object aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object[] aToPathElements, Object aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String aToPath, Object aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String[] aToPathElements, Object aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeToin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeToin interfaceHalMap- Specified by:
withMergeToin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeToin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutDirAt
default HalStruct withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceHalMap- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Throws:
IllegalArgumentException
-
withRemoveFrom
default HalStruct withRemoveFrom(Collection<?> aPathElements)
- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withRemoveFromin interfaceHalMap- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(Object aPath)
- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withRemoveFromin interfaceHalMap- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(Object... aPathElements)
- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withRemoveFromin interfaceHalMap- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(String aPath)
- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withRemoveFromin interfaceHalMap- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(String... aPathElements)
- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withRemoveFromin interfaceHalMap- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withRemoveFromin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemovePaths
default HalStruct withRemovePaths(String... aPathElements)
- Specified by:
withRemovePathsin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withRemovePathsin interfaceHalMap- Specified by:
withRemovePathsin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
-