-
- 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 HalStruct
getDirAt(int aIndex)
default HalStruct
getDirAt(String aPath, int aIndex)
default HalStruct
putDirAt(int aIndex, Object aDir)
default HalStruct
putDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
putDirAt(Object[] aPathElements, int aIndex, Object aDir)
default HalStruct
putDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
putDirAt(Object aPath, int aIndex, Object aDir)
default HalStruct
putDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
putDirAt(String[] aPathElements, int aIndex, Object aDir)
default HalStruct
putDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
putDirAt(String aPath, int aIndex, Object aDir)
default HalStruct
putDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
putDirAt(Collection<?> aPathElements, int aIndex, Object aDir)
default HalStruct
putDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
query(Object... aQueryElements)
default HalStruct
query(String aPathQuery)
default HalStruct
query(String... aQueryElements)
default HalStruct
query(Collection<?> aQueryElements)
default HalStruct
query(Pattern aRegExp)
default HalStruct
queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath)
default HalStruct
queryBetween(Object aFromPath, Object aPathQuery, Object aToPath)
default HalStruct
queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath)
default HalStruct
queryBetween(String aFromPath, String aPathQuery, String aToPath)
default HalStruct
queryBetween(String aFromPath, Pattern aRegExp, String aToPath)
default HalStruct
queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath)
default HalStruct
queryFrom(Object[] aPathQuery, Object[] aFromPath)
default HalStruct
queryFrom(Object aPathQuery, Object aFromPath)
default HalStruct
queryFrom(String[] aPathQuery, String[] aFromPath)
default HalStruct
queryFrom(String aPathQuery, String aFromPath)
default HalStruct
queryFrom(Collection<?> aPathQuery, Collection<?> aFromPath)
default HalStruct
queryFrom(Pattern aRegExp, String aFromPath)
default HalStruct
queryTo(Object[] aPathQuery, String aToPath)
default HalStruct
queryTo(Object aPathQuery, String aToPath)
default HalStruct
queryTo(String[] aPathQuery, String aToPath)
default HalStruct
queryTo(String aPathQuery, String aToPath)
default HalStruct
queryTo(Collection<?> aPathQuery, String aToPath)
default HalStruct
queryTo(Pattern aRegExp, String aToPath)
default HalStruct
removeAll(Object aPathQuery)
default HalStruct
removeAll(Object... aPathQueryElements)
default HalStruct
removeAll(String aPathQuery)
default HalStruct
removeAll(String... aPathQueryElements)
default HalStruct
removeAll(Collection<?> aPathQueryElements)
default HalStruct
removeAll(Pattern aRegExp)
default HalStruct
removeDirAt(int aIndex)
default HalStruct
removeDirAt(Object[] aPathElements, int aIndex)
default HalStruct
removeDirAt(Object aPath, int aIndex)
default HalStruct
removeDirAt(String[] aPathElements, int aIndex)
default HalStruct
removeDirAt(String aPath, int aIndex)
default HalStruct
removeFrom(Object aPath)
default HalStruct
removeFrom(Object... aPathElements)
default HalStruct
removeFrom(String aPath)
default HalStruct
removeFrom(String... aPathElements)
default HalStruct
removePaths(String... aPaths)
default HalStruct
removePaths(Collection<?> aPaths)
default HalStruct
retrieveBetween(Object[] aFromPath, Object[] aToPath)
default HalStruct
retrieveBetween(Object aFromPath, Object aToPath)
default HalStruct
retrieveBetween(String[] aFromPath, String[] aToPath)
HalStruct
retrieveBetween(String aFromPath, String aToPath)
default HalStruct
retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath)
default HalStruct
retrieveFrom(Object aParentPath)
default HalStruct
retrieveFrom(Object... aPathElements)
HalStruct
retrieveFrom(String aFromPath)
default HalStruct
retrieveFrom(String... aPathElements)
default HalStruct
retrieveFrom(Collection<?> aPathElements)
default HalStruct
retrieveTo(Object aToPath)
default HalStruct
retrieveTo(Object... aToPathElements)
HalStruct
retrieveTo(String aToPath)
default HalStruct
retrieveTo(String... aToPathElements)
default HalStruct
retrieveTo(Collection<?> aToPathElements)
default HalStruct
withInsert(Object aObj)
default HalStruct
withInsert(org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
default HalStruct
withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
default HalStruct
withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)
default HalStruct
withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalStruct
withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
default HalStruct
withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
default HalStruct
withInsertBetween(String aToPath, Object aFrom, String aFromPath)
default HalStruct
withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalStruct
withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
default HalStruct
withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalStruct
withInsertFrom(Object aFrom, Object aFromPath)
default HalStruct
withInsertFrom(Object aFrom, Object... aFromPathElements)
default HalStruct
withInsertFrom(Object aFrom, String aFromPath)
default HalStruct
withInsertFrom(Object aFrom, String... aFromPathElements)
default HalStruct
withInsertFrom(Object aFrom, Collection<?> aFromPathElements)
default HalStruct
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalStruct
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
default HalStruct
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalStruct
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
default HalStruct
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalStruct
withInsertTo(Object[] aToPathElements, Object aFrom)
default HalStruct
withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withInsertTo(Object aToPath, Object aFrom)
default HalStruct
withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withInsertTo(String[] aToPathElements, Object aFrom)
default HalStruct
withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withInsertTo(String aToPath, Object aFrom)
default HalStruct
withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withInsertTo(Collection<?> aToPathElements, Object aFrom)
default HalStruct
withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withMerge(Object aObj)
default HalStruct
withMerge(org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
default HalStruct
withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
default HalStruct
withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)
default HalStruct
withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalStruct
withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
default HalStruct
withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
default HalStruct
withMergeBetween(String aToPath, Object aFrom, String aFromPath)
default HalStruct
withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalStruct
withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
default HalStruct
withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalStruct
withMergeFrom(Object aFrom, Object aFromPath)
default HalStruct
withMergeFrom(Object aFrom, Object... aFromPathElements)
default HalStruct
withMergeFrom(Object aFrom, String aFromPath)
default HalStruct
withMergeFrom(Object aFrom, String... aFromPathElements)
default HalStruct
withMergeFrom(Object aFrom, Collection<?> aFromPathElements)
default HalStruct
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalStruct
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
default HalStruct
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalStruct
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
default HalStruct
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalStruct
withMergeTo(Object[] aToPathElements, Object aFrom)
default HalStruct
withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withMergeTo(Object aToPath, Object aFrom)
default HalStruct
withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withMergeTo(String[] aToPathElements, Object aFrom)
default HalStruct
withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withMergeTo(String aToPath, Object aFrom)
default HalStruct
withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withMergeTo(Collection<?> aToPathElements, Object aFrom)
default HalStruct
withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalStruct
withPut(Object[] aPathElements, String aValue)
default HalStruct
withPut(String[] aKey, String aValue)
default HalStruct
withPut(String aKey, String aValue)
default HalStruct
withPut(Collection<?> aPathElements, String aValue)
default HalStruct
withPut(org.refcodes.struct.Property aProperty)
default HalStruct
withPut(org.refcodes.struct.Relation<String,String> aProperty)
default HalStruct
withPutBoolean(Object[] aPathElements, Boolean aValue)
default HalStruct
withPutBoolean(Object aKey, Boolean aValue)
default HalStruct
withPutBoolean(String[] aPathElements, Boolean aValue)
default HalStruct
withPutBoolean(String aKey, Boolean aValue)
default HalStruct
withPutBoolean(Collection<?> aPathElements, Boolean aValue)
default HalStruct
withPutByte(Object[] aPathElements, Byte aValue)
default HalStruct
withPutByte(Object aKey, Byte aValue)
default HalStruct
withPutByte(String[] aPathElements, Byte aValue)
default HalStruct
withPutByte(String aKey, Byte aValue)
default HalStruct
withPutByte(Collection<?> aPathElements, Byte aValue)
default HalStruct
withPutChar(Object[] aPathElements, Character aValue)
default HalStruct
withPutChar(Object aKey, Character aValue)
default HalStruct
withPutChar(String[] aPathElements, Character aValue)
default HalStruct
withPutChar(String aKey, Character aValue)
default HalStruct
withPutChar(Collection<?> aPathElements, Character aValue)
default <C> HalStruct
withPutClass(Object[] aPathElements, Class<C> aValue)
default <C> HalStruct
withPutClass(Object aKey, Class<C> aValue)
default <C> HalStruct
withPutClass(String[] aPathElements, Class<C> aValue)
default <C> HalStruct
withPutClass(String aKey, Class<C> aValue)
default <C> HalStruct
withPutClass(Collection<?> aPathElements, Class<C> aValue)
default HalStruct
withPutDirAt(int aIndex, Object aDir)
default HalStruct
withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
withPutDirAt(Object[] aPathElements, int aIndex, Object aDir)
default HalStruct
withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
withPutDirAt(Object aPath, int aIndex, Object aDir)
default HalStruct
withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
withPutDirAt(String[] aPathElements, int aIndex, Object aDir)
default HalStruct
withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
withPutDirAt(String aPath, int aIndex, Object aDir)
default HalStruct
withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir)
default HalStruct
withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalStruct
withPutDouble(Object[] aPathElements, Double aValue)
default HalStruct
withPutDouble(Object aKey, Double aValue)
default HalStruct
withPutDouble(String[] aPathElements, Double aValue)
default HalStruct
withPutDouble(String aKey, Double aValue)
default HalStruct
withPutDouble(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 HalStruct
withPutFloat(Object[] aPathElements, Float aValue)
default HalStruct
withPutFloat(Object aKey, Float aValue)
default HalStruct
withPutFloat(String[] aPathElements, Float aValue)
default HalStruct
withPutFloat(String aKey, Float aValue)
default HalStruct
withPutFloat(Collection<?> aPathElements, Float aValue)
default HalStruct
withPutInt(Object[] aPathElements, Integer aValue)
default HalStruct
withPutInt(Object aKey, Integer aValue)
default HalStruct
withPutInt(String[] aPathElements, Integer aValue)
default HalStruct
withPutInt(String aKey, Integer aValue)
default HalStruct
withPutInt(Collection<?> aPathElements, Integer aValue)
default HalStruct
withPutLong(Object[] aPathElements, Long aValue)
default HalStruct
withPutLong(Object aKey, Long aValue)
default HalStruct
withPutLong(String[] aPathElements, Long aValue)
default HalStruct
withPutLong(String aKey, Long aValue)
default HalStruct
withPutLong(Collection<?> aPathElements, Long aValue)
default HalStruct
withPutShort(Object[] aPathElements, Short aValue)
default HalStruct
withPutShort(Object aKey, Short aValue)
default HalStruct
withPutShort(String[] aPathElements, Short aValue)
default HalStruct
withPutShort(String aKey, Short aValue)
default HalStruct
withPutShort(Collection<?> aPathElements, Short aValue)
default HalStruct
withPutString(Object[] aPathElements, String aValue)
default HalStruct
withPutString(Object aKey, String aValue)
default HalStruct
withPutString(String[] aPathElements, String aValue)
default HalStruct
withPutString(String aKey, String aValue)
default HalStruct
withPutString(Collection<?> aPathElements, String aValue)
default HalStruct
withRemoveFrom(Object aPath)
default HalStruct
withRemoveFrom(Object... aPathElements)
default HalStruct
withRemoveFrom(String aPath)
default HalStruct
withRemoveFrom(String... aPathElements)
default HalStruct
withRemoveFrom(Collection<?> aPathElements)
default HalStruct
withRemovePaths(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, 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, 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:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in 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:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in 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:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in 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:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in 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:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalStruct putDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in 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:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in 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:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(Object aFromPath, Object aPathQuery, Object aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(String aFromPath, String aPathQuery, String aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(String aFromPath, Pattern aRegExp, String aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalStruct queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in 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:
removePaths
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removePaths
in interfaceHalMap
- Specified by:
removePaths
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removePaths
default HalStruct removePaths(String... aPaths)
- Specified by:
removePaths
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removePaths
in interfaceHalMap
- Specified by:
removePaths
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeAll
default HalStruct removeAll(Collection<?> aPathQueryElements)
-
removeDirAt
default HalStruct removeDirAt(int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(Object aPath, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(Object[] aPathElements, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(String aPath, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalStruct removeDirAt(String[] aPathElements, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(Object... aPathElements)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(Object aPath)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(String aPath)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalStruct removeFrom(String... aPathElements)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(Object aFromPath, Object aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(Object[] aFromPath, Object[] aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
HalStruct retrieveBetween(String aFromPath, String aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalStruct retrieveBetween(String[] aFromPath, String[] aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(Collection<?> aPathElements)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(Object aParentPath)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(Object... aPathElements)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
HalStruct retrieveFrom(String aFromPath)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalStruct retrieveFrom(String... aPathElements)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(Collection<?> aToPathElements)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(Object aToPath)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(Object... aToPathElements)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
HalStruct retrieveTo(String aToPath)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalStruct retrieveTo(String... aToPathElements)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
withPut
default HalStruct withPut(Collection<?> aPathElements, String aValue)
- Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPut
default HalStruct withPut(Object[] aPathElements, String aValue) throws NumberFormatException
- Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
NumberFormatException
-
withPut
default HalStruct withPut(org.refcodes.struct.Relation<String,String> aProperty)
- Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPut
default HalStruct withPut(String aKey, String aValue)
- Specified by:
withPut
in interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in 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:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(Collection<?> aPathElements, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(Object aKey, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(Object[] aPathElements, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(String aKey, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalStruct withPutBoolean(String[] aPathElements, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(Collection<?> aPathElements, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(Object aKey, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(Object[] aPathElements, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(String aKey, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalStruct withPutByte(String[] aPathElements, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(Collection<?> aPathElements, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(Object aKey, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(Object[] aPathElements, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(String aKey, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalStruct withPutChar(String[] aPathElements, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(Collection<?> aPathElements, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(Object aKey, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(Object[] aPathElements, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(String aKey, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalStruct withPutClass(String[] aPathElements, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(Collection<?> aPathElements, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(Object aKey, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(Object[] aPathElements, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(String aKey, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalStruct withPutDouble(String[] aPathElements, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(Collection<?> aPathElements, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(Object aKey, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(Object[] aPathElements, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(String aKey, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalStruct withPutEnum(String[] aPathElements, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(Collection<?> aPathElements, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(Object aKey, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(Object[] aPathElements, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(String aKey, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalStruct withPutFloat(String[] aPathElements, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(Collection<?> aPathElements, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(Object aKey, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(Object[] aPathElements, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(String aKey, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalStruct withPutInt(String[] aPathElements, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(Collection<?> aPathElements, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(Object aKey, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(Object[] aPathElements, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(String aKey, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalStruct withPutLong(String[] aPathElements, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(Collection<?> aPathElements, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(Object aKey, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(Object[] aPathElements, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(String aKey, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalStruct withPutShort(String[] aPathElements, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(Collection<?> aPathElements, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(Object aKey, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(Object[] aPathElements, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(String aKey, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalStruct withPutString(String[] aPathElements, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withInsert
default HalStruct withInsert(Object aObj)
- Specified by:
withInsert
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsert
in interfaceHalMap
- Specified by:
withInsert
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsert
default HalStruct withInsert(org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsert
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsert
in interfaceHalMap
- Specified by:
withInsert
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String aToPath, Object aFrom, String aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalStruct withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, Object aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, Object... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, String aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(Object aFrom, String... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalStruct withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Collection<?> aToPathElements, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object aToPath, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object[] aToPathElements, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String aToPath, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String[] aToPathElements, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalStruct withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMerge
default HalStruct withMerge(Object aObj)
- Specified by:
withMerge
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMerge
in interfaceHalMap
- Specified by:
withMerge
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMerge
default HalStruct withMerge(org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMerge
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMerge
in interfaceHalMap
- Specified by:
withMerge
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String aToPath, Object aFrom, String aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalStruct withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, Object aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, Object... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, String aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(Object aFrom, String... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalStruct withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Collection<?> aToPathElements, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object aToPath, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object[] aToPathElements, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String aToPath, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String[] aToPathElements, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalStruct withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutDirAt
default HalStruct withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in 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:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in 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:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in 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:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in 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:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalStruct withPutDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in 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:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withRemoveFrom
default HalStruct withRemoveFrom(Collection<?> aPathElements)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(Object aPath)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(Object... aPathElements)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(String aPath)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalStruct withRemoveFrom(String... aPathElements)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemovePaths
default HalStruct withRemovePaths(String... aPathElements)
- Specified by:
withRemovePaths
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemovePaths
in interfaceHalMap
- Specified by:
withRemovePaths
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
-