Class HalData
java.lang.Object
org.refcodes.struct.MapPathTable<String>
org.refcodes.struct.MapCanonicalTable
org.refcodes.hal.HalTable
org.refcodes.hal.HalData
- All Implemented Interfaces:
Serializable, Map<String,String>, AnnotatorAccessor, Clearable, DelimiterAccessor, EmptyAccessor, TypeAccessor<String>, CanonicalTable, Containable, ImmutableCanonicalTable, ImmutableCanonicalTable.MutableCanonicalTable, ImmutableInterOperableTable<String>, ImmutableInterOperableTable.MutableInterOperableTable<String>, ImmutablePathTable<String>, ImmutablePathTable.MutablePathTable<String>, ImmutableTable<String, String>, ImmutableTable.MutableTable<String, String>, InterOperableTable<String>, Keys<String, String>, Keys.MutableKeys<String, String>, Keys.MutableValues<String, String>, PathTable<String>, Table<String, String, PathTable<String>>
/** The
HalData interface defines a CanonicalTable
https://www.metacodes.proized for working with HAL-Browser data.
HalData instances represent the actual payload ("rows") of a
HAL-Resource. In comparison, HalStruct instances represent the
structure including Meta-Data if a HalData instance.
TheHalData extends the MapCanonicalTable class. The path
delimiter as of MapPathTable.getDelimiter() is set to be the
Delimiter.PATH character.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface AnnotatorAccessor
AnnotatorAccessor.AnnotatorBuilder<B>, AnnotatorAccessor.AnnotatorMutator, AnnotatorAccessor.AnnotatorPropertyNested classes/interfaces inherited from interface DelimiterAccessor
DelimiterAccessor.DelimiterBuilder<B>, DelimiterAccessor.DelimiterMutator, DelimiterAccessor.DelimiterPropertyNested classes/interfaces inherited from interface EmptyAccessor
EmptyAccessor.EmptyBuilder<B>, EmptyAccessor.EmptyMutator, EmptyAccessor.EmptyPropertyNested classes/interfaces inherited from interface ImmutableCanonicalTable
ImmutableCanonicalTable.MutableCanonicalTableNested classes/interfaces inherited from interface ImmutableInterOperableTable
ImmutableInterOperableTable.MutableInterOperableTable<T>Nested classes/interfaces inherited from interface ImmutablePathTable
ImmutablePathTable.MutablePathTable<T>Nested classes/interfaces inherited from interface ImmutableTable
ImmutableTable.MutableTable<K,V> Nested classes/interfaces inherited from interface Keys
Keys.MutableKeys<K,V>, Keys.MutableValues<K, V> Nested classes/interfaces inherited from interface TypeAccessor
TypeAccessor.TypeBuilder<T,B>, TypeAccessor.TypeMutator<T>, TypeAccessor.TypeProperty<T> -
Field Summary
Fields inherited from class HalTable
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_PATHFields inherited from class MapPathTable
_backingMapFields inherited from interface ImmutablePathTable
ANNOTATOR, DELIMITER -
Constructor Summary
ConstructorsConstructorDescriptionHalData()Create an emptyHalDatainstance using the public path delimiter "/" (Delimiter.PATH) for the path declarations.Create aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATH) for the path declarations.Creates aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATH) for the path declarations.Create aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATH) for the path declarations.Creates aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATHfor the path declarations. -
Method Summary
Modifier and TypeMethodDescriptionexportHref(Object aPath) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(Object... aPathElements) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(Object[] aPathElements, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(Object aPath, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(String aPath) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(String... aPathElements) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(String[] aPathElements, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(String aPath, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(Collection<?> aPathElements) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(Collection<?> aPathElements, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, Object aPath) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, Object... aPathElements) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, Object[] aPathElements, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, Object aPath, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, String aPath) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, String... aPathElements) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, String[] aPathElements, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, String aPath, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, Collection<?> aPathElements) Exports the data of the HAL-Resource to which value points referenced by the path.exportHref(TraversalMode aMode, Collection<?> aPathElements, FormFields aQueryFields) Exports the data of the HAL-Resource to which value points referenced by the path.getDirAt(int aIndex) getId()Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.voidimportHref(Object aPath) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(Object... aPathElements) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(Object[] aPathElements, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(Object aPath, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(String aPath) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(String... aPathElements) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(String[] aPathElements, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(String aPath, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(Collection<?> aPathElements) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(Collection<?> aPathElements, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, Object aPath) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, Object... aPathElements) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, Object[] aPathElements, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, Object aPath, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, String aPath) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, String... aPathElements) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, String[] aPathElements, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, String aPath, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, Collection<?> aPathElements) Imports the data of the HAL-Resource to which value points referenced by the path.voidimportHref(TraversalMode aMode, Collection<?> aPathElements, FormFields aQueryFields) Imports the data of the HAL-Resource to which value points referenced by the path.putDirAt(int aIndex, ImmutablePathTable<String> aDir) putDirAt(Object[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) putDirAt(Object aPath, int aIndex, ImmutablePathTable<String> aDir) putDirAt(String[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) putDirAt(String aPath, int aIndex, ImmutablePathTable<String> aDir) putDirAt(Collection<?> aPathElements, int aIndex, Object aDir) putDirAt(Collection<?> aPathElements, int aIndex, ImmutablePathTable<String> aDir) query(Collection<?> aQueryElements) queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath) queryBetween(Object aFromPath, Object aPathQuery, Object aToPath) queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath) queryBetween(String aFromPath, String aPathQuery, String aToPath) queryBetween(String aFromPath, Pattern aRegExp, String aToPath) queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath) queryFrom(Collection<?> aPathQuery, Collection<?> aFromPath) queryTo(Collection<?> aPathQuery, String aToPath) removeAll(Collection<?> aPathQueryElements) removeDirAt(int aIndex) removeDirAt(Object[] aPathElements, int aIndex) removeDirAt(Object aPath, int aIndex) removeDirAt(String[] aPathElements, int aIndex) removeDirAt(String aPath, int aIndex) removeFrom(Object aPath) removeFrom(Object... aPathElements) removeFrom(String aPath) removeFrom(String... aPathElements) removePaths(String... aPaths) removePaths(Collection<?> aPaths) retrieveBetween(Object[] aFromPath, Object[] aToPath) retrieveBetween(Object aFromPath, Object aToPath) retrieveBetween(String[] aFromPath, String[] aToPath) retrieveBetween(String aFromPath, String aToPath) retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath) retrieveFrom(Object aParentPath) retrieveFrom(Object... aPathElements) retrieveFrom(String aFromPath) retrieveFrom(String... aPathElements) retrieveFrom(Collection<?> aPathElements) retrieveTo(Object aToPath) retrieveTo(Object... aToPathElements) retrieveTo(String aToPath) retrieveTo(String... aToPathElements) retrieveTo(Collection<?> aToPathElements) withInsert(Object aObj) withInsert(ImmutablePathTable<String> aFrom) withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) withInsertBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) withInsertBetween(Object aToPath, Object aFrom, Object aFromPath) withInsertBetween(Object aToPath, ImmutablePathTable<String> aFrom, Object aFromPath) withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) withInsertBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) withInsertBetween(String aToPath, Object aFrom, String aFromPath) withInsertBetween(String aToPath, ImmutablePathTable<String> aFrom, String aFromPath) withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) withInsertBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) withInsertFrom(Object aFrom, Object aFromPath) withInsertFrom(Object aFrom, Object... aFromPathElements) withInsertFrom(Object aFrom, String aFromPath) withInsertFrom(Object aFrom, String... aFromPathElements) withInsertFrom(Object aFrom, Collection<?> aFromPathElements) withInsertFrom(ImmutablePathTable<String> aFrom, Object aFromPath) withInsertFrom(ImmutablePathTable<String> aFrom, Object... aFromPathElements) withInsertFrom(ImmutablePathTable<String> aFrom, String aFromPath) withInsertFrom(ImmutablePathTable<String> aFrom, String... aFromPathElements) withInsertFrom(ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) withInsertTo(Object[] aToPathElements, Object aFrom) withInsertTo(Object[] aToPathElements, ImmutablePathTable<String> aFrom) withInsertTo(Object aToPath, Object aFrom) withInsertTo(Object aToPath, ImmutablePathTable<String> aFrom) withInsertTo(String[] aToPathElements, Object aFrom) withInsertTo(String[] aToPathElements, ImmutablePathTable<String> aFrom) withInsertTo(String aToPath, Object aFrom) withInsertTo(String aToPath, ImmutablePathTable<String> aFrom) withInsertTo(Collection<?> aToPathElements, Object aFrom) withInsertTo(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom) withMerge(ImmutablePathTable<String> aFrom) withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) withMergeBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) withMergeBetween(Object aToPath, Object aFrom, Object aFromPath) withMergeBetween(Object aToPath, ImmutablePathTable<String> aFrom, Object aFromPath) withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) withMergeBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) withMergeBetween(String aToPath, Object aFrom, String aFromPath) withMergeBetween(String aToPath, ImmutablePathTable<String> aFrom, String aFromPath) withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) withMergeBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) withMergeFrom(Object aFrom, Object aFromPath) withMergeFrom(Object aFrom, Object... aFromPathElements) withMergeFrom(Object aFrom, String aFromPath) withMergeFrom(Object aFrom, String... aFromPathElements) withMergeFrom(Object aFrom, Collection<?> aFromPathElements) withMergeFrom(ImmutablePathTable<String> aFrom, Object aFromPath) withMergeFrom(ImmutablePathTable<String> aFrom, Object... aFromPathElements) withMergeFrom(ImmutablePathTable<String> aFrom, String aFromPath) withMergeFrom(ImmutablePathTable<String> aFrom, String... aFromPathElements) withMergeFrom(ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) withMergeTo(Object[] aToPathElements, Object aFrom) withMergeTo(Object[] aToPathElements, ImmutablePathTable<String> aFrom) withMergeTo(Object aToPath, Object aFrom) withMergeTo(Object aToPath, ImmutablePathTable<String> aFrom) withMergeTo(String[] aToPathElements, Object aFrom) withMergeTo(String[] aToPathElements, ImmutablePathTable<String> aFrom) withMergeTo(String aToPath, Object aFrom) withMergeTo(String aToPath, ImmutablePathTable<String> aFrom) withMergeTo(Collection<?> aToPathElements, Object aFrom) withMergeTo(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom) withPut(Collection<?> aPathElements, String aValue) withPutBoolean(Object[] aPathElements, Boolean aValue) withPutBoolean(Object aKey, Boolean aValue) withPutBoolean(String[] aPathElements, Boolean aValue) withPutBoolean(String aKey, Boolean aValue) withPutBoolean(Collection<?> aPathElements, Boolean aValue) withPutByte(Object[] aPathElements, Byte aValue) withPutByte(Object aKey, Byte aValue) withPutByte(String[] aPathElements, Byte aValue) withPutByte(String aKey, Byte aValue) withPutByte(Collection<?> aPathElements, Byte aValue) withPutChar(Object[] aPathElements, Character aValue) withPutChar(Object aKey, Character aValue) withPutChar(String[] aPathElements, Character aValue) withPutChar(String aKey, Character aValue) withPutChar(Collection<?> aPathElements, Character aValue) <C> HalDatawithPutClass(Object[] aPathElements, Class<C> aValue) <C> HalDatawithPutClass(Object aKey, Class<C> aValue) <C> HalDatawithPutClass(String[] aPathElements, Class<C> aValue) <C> HalDatawithPutClass(String aKey, Class<C> aValue) <C> HalDatawithPutClass(Collection<?> aPathElements, Class<C> aValue) withPutDirAt(int aIndex, Object aDir) withPutDirAt(int aIndex, ImmutablePathTable<String> aDir) withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) withPutDirAt(Object[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) withPutDirAt(Object aPath, int aIndex, Object aDir) withPutDirAt(Object aPath, int aIndex, ImmutablePathTable<String> aDir) withPutDirAt(String[] aPathElements, int aIndex, Object aDir) withPutDirAt(String[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) withPutDirAt(String aPath, int aIndex, Object aDir) withPutDirAt(String aPath, int aIndex, ImmutablePathTable<String> aDir) withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) withPutDirAt(Collection<?> aPathElements, int aIndex, ImmutablePathTable<String> aDir) withPutDouble(Object[] aPathElements, Double aValue) withPutDouble(Object aKey, Double aValue) withPutDouble(String[] aPathElements, Double aValue) withPutDouble(String aKey, Double aValue) withPutDouble(Collection<?> aPathElements, Double aValue) withPutEnum(Object[] aPathElements, E aValue) withPutEnum(Object aKey, E aValue) withPutEnum(String[] aPathElements, E aValue) withPutEnum(String aKey, E aValue) withPutEnum(Collection<?> aPathElements, E aValue) withPutFloat(Object[] aPathElements, Float aValue) withPutFloat(Object aKey, Float aValue) withPutFloat(String[] aPathElements, Float aValue) withPutFloat(String aKey, Float aValue) withPutFloat(Collection<?> aPathElements, Float aValue) withPutInt(Object[] aPathElements, Integer aValue) withPutInt(Object aKey, Integer aValue) withPutInt(String[] aPathElements, Integer aValue) withPutInt(String aKey, Integer aValue) withPutInt(Collection<?> aPathElements, Integer aValue) withPutLong(Object[] aPathElements, Long aValue) withPutLong(Object aKey, Long aValue) withPutLong(String[] aPathElements, Long aValue) withPutLong(String aKey, Long aValue) withPutLong(Collection<?> aPathElements, Long aValue) withPutShort(Object[] aPathElements, Short aValue) withPutShort(Object aKey, Short aValue) withPutShort(String[] aPathElements, Short aValue) withPutShort(String aKey, Short aValue) withPutShort(Collection<?> aPathElements, Short aValue) withPutString(Object[] aPathElements, String aValue) withPutString(Object aKey, String aValue) withPutString(String[] aPathElements, String aValue) withPutString(String aKey, String aValue) withPutString(Collection<?> aPathElements, String aValue) withRemoveFrom(Object aPath) withRemoveFrom(Object... aPathElements) withRemoveFrom(String aPath) withRemoveFrom(String... aPathElements) withRemoveFrom(Collection<?> aPathElements) withRemovePaths(String... aPathElements) Methods inherited from class MapCanonicalTable
fromInstance, fromObject, toInstanceMethods inherited from class MapPathTable
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, createBackingMap, entrySet, equals, forEach, fromValue, fromValue, get, getAnnotator, getDelimiter, getOrDefault, getType, hashCode, insert, insertBetween, insertFrom, insertTo, isEmpty, keySet, merge, merge, mergeBetween, mergeFrom, mergeTo, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toDataStructure, toString, valuesMethods inherited from interface AnnotatorAccessor
getAnnotatorMethods inherited from interface Containable
sizeMethods inherited from interface DelimiterAccessor
getDelimiterMethods inherited from interface EmptyAccessor
isEmptyMethods inherited from interface ImmutableCanonicalTable
asArray, asArray, asArray, asArray, asBooleanArray, asBooleanArray, asBooleanArray, asBooleanArray, asByteArray, asByteArray, asByteArray, asByteArray, asCharArray, asCharArray, asCharArray, asCharArray, asDoubleArray, asDoubleArray, asDoubleArray, asDoubleArray, asFloatArray, asFloatArray, asFloatArray, asFloatArray, asIntArray, asIntArray, asIntArray, asIntArray, asLongArray, asLongArray, asLongArray, asLongArray, asShortArray, asShortArray, asShortArray, asShortArray, getDir, getDir, getDir, getDir, getDir, getDirAt, getDirAt, getDirAt, getDirAt, getDirs, getDirs, getDirs, getDirs, getDirs, toMap, toPropertiesMethods inherited from interface ImmutableCanonicalTable.MutableCanonicalTable
containsValue, insert, insertBetween, insertFrom, insertTo, put, put, put, put, putAll, putAll, putAll, removeFromMethods inherited from interface ImmutableInterOperableTable
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, getStringOrMethods inherited from interface ImmutableInterOperableTable.MutableInterOperableTable
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, putStringMethods inherited from interface ImmutablePathTable
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, getArray, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getDirIndexes, 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, 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, toPrintable, toPropertyPath, toType, toType, toType, toType, toType, toTypeMethods inherited from interface ImmutablePathTable.MutablePathTable
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, fromType, fromType, fromType, fromType, fromType, fromType, fromType, fromType, 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, toSourceCodeMethods inherited from interface ImmutableTable.MutableTable
putMethods inherited from interface Keys.MutableValues
putMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface TypeAccessor
getType
-
Constructor Details
-
HalData
public HalData()Create an emptyHalDatainstance using the public path delimiter "/" (Delimiter.PATH) for the path declarations. -
HalData
Creates aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATH) for the path declarations.- Parameters:
aObj- The object from which the elements are to be added.aFromPath- The path from where to start adding elements of the provided object.
-
HalData
Create aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATH) for the path declarations.- Parameters:
aObj- The object from which the elements are to be added.
-
HalData
Creates aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATHfor the path declarations.- Parameters:
aToPath- The sub-path where to insert the object's introspected values to.aObj- The object from which the elements are to be added.aFromPath- The path from where to start adding elements of the provided object.
-
HalData
Create aHalDatainstance containing the elements as ofImmutablePathTable.MutablePathTable.insert(Object)using the public path delimiter "/" (Delimiter.PATH) for the path declarations.- Parameters:
aToPath- The sub-path where to insert the object's introspected values to.aObj- The object from which the elements are to be added.
-
-
Method Details
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
public void importHref(Collection<?> aPathElements, FormFields aQueryFields) throws HttpStatusException Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
public void importHref(TraversalMode aMode, Object aPath, FormFields aQueryFields) throws HttpStatusException Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
public void importHref(TraversalMode aMode, Object[] aPathElements, FormFields aQueryFields) throws HttpStatusException Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
public void importHref(TraversalMode aMode, String[] aPathElements, FormFields aQueryFields) throws HttpStatusException Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
public void importHref(TraversalMode aMode, Collection<?> aPathElements, FormFields aQueryFields) throws HttpStatusException Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPathElements- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
importHref
public void importHref(TraversalMode aMode, String aPath, FormFields aQueryFields) throws HttpStatusException Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for importing the data.aPath- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(TraversalMode aMode, Collection<?> aPathElements) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(Object[] aPathElements, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(String[] aPathElements, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(Collection<?> aPathElements, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(TraversalMode aMode, String aPath, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(TraversalMode aMode, Object aPath, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPath- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(TraversalMode aMode, Object[] aPathElements, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(TraversalMode aMode, String[] aPathElements, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
public HalData exportHref(TraversalMode aMode, Collection<?> aPathElements, FormFields aQueryFields) throws HttpStatusException Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode- The mode for exporting the data.aPathElements- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
HttpStatusException- Thrown in case a HTTP response was of an erroneous status.
-
getId
Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.- Returns:
- The TID being extracted.
-
getSelfHref
Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.- Returns:
- The TID being extracted.
-
getDirAt
- Specified by:
getDirAtin interfaceImmutableCanonicalTable- Specified by:
getDirAtin interfaceImmutablePathTable<String>- Overrides:
getDirAtin classHalTable
-
getDirAt
- Specified by:
getDirAtin interfaceImmutableCanonicalTable- Specified by:
getDirAtin interfaceImmutablePathTable<String>- Overrides:
getDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
putDirAt
- Specified by:
putDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
putDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
putDirAtin classHalTable
-
query
- Specified by:
queryin interfaceImmutableCanonicalTable- Specified by:
queryin interfaceImmutablePathTable<String>- Overrides:
queryin classHalTable
-
query
- Specified by:
queryin interfaceImmutableCanonicalTable- Specified by:
queryin interfaceImmutablePathTable<String>- Overrides:
queryin classHalTable
-
query
- Specified by:
queryin interfaceImmutableCanonicalTable- Specified by:
queryin interfaceImmutablePathTable<String>- Overrides:
queryin classHalTable
-
query
- Specified by:
queryin interfaceImmutableCanonicalTable- Specified by:
queryin interfaceImmutablePathTable<String>- Overrides:
queryin classHalTable
-
query
- Specified by:
queryin interfaceImmutableCanonicalTable- Specified by:
queryin interfaceImmutablePathTable<String>- Overrides:
queryin classHalTable
-
queryBetween
public HalData queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath) - Specified by:
queryBetweenin interfaceImmutableCanonicalTable- Specified by:
queryBetweenin interfaceImmutablePathTable<String>- Overrides:
queryBetweenin classHalTable
-
queryBetween
- Specified by:
queryBetweenin interfaceImmutableCanonicalTable- Specified by:
queryBetweenin interfaceImmutablePathTable<String>- Overrides:
queryBetweenin classHalTable
-
queryBetween
- Specified by:
queryBetweenin interfaceImmutableCanonicalTable- Specified by:
queryBetweenin interfaceImmutablePathTable<String>- Overrides:
queryBetweenin classHalTable
-
queryBetween
- Specified by:
queryBetweenin interfaceImmutableCanonicalTable- Specified by:
queryBetweenin interfaceImmutablePathTable<String>- Overrides:
queryBetweenin classHalTable
-
queryBetween
- Specified by:
queryBetweenin interfaceImmutableCanonicalTable- Specified by:
queryBetweenin interfaceImmutablePathTable<String>- Overrides:
queryBetweenin classHalTable
-
queryBetween
- Specified by:
queryBetweenin interfaceImmutableCanonicalTable- Specified by:
queryBetweenin interfaceImmutablePathTable<String>- Overrides:
queryBetweenin classHalTable
-
queryFrom
- Specified by:
queryFromin interfaceImmutableCanonicalTable- Specified by:
queryFromin interfaceImmutablePathTable<String>- Overrides:
queryFromin classHalTable
-
queryFrom
- Specified by:
queryFromin interfaceImmutableCanonicalTable- Specified by:
queryFromin interfaceImmutablePathTable<String>- Overrides:
queryFromin classHalTable
-
queryFrom
- Specified by:
queryFromin interfaceImmutableCanonicalTable- Specified by:
queryFromin interfaceImmutablePathTable<String>- Overrides:
queryFromin classHalTable
-
queryFrom
- Specified by:
queryFromin interfaceImmutableCanonicalTable- Specified by:
queryFromin interfaceImmutablePathTable<String>- Overrides:
queryFromin classHalTable
-
queryFrom
- Specified by:
queryFromin interfaceImmutableCanonicalTable- Specified by:
queryFromin interfaceImmutablePathTable<String>- Overrides:
queryFromin classHalTable
-
queryFrom
- Specified by:
queryFromin interfaceImmutableCanonicalTable- Specified by:
queryFromin interfaceImmutablePathTable<String>- Overrides:
queryFromin classHalTable
-
queryTo
- Specified by:
queryToin interfaceImmutableCanonicalTable- Specified by:
queryToin interfaceImmutablePathTable<String>- Overrides:
queryToin classHalTable
-
queryTo
- Specified by:
queryToin interfaceImmutableCanonicalTable- Specified by:
queryToin interfaceImmutablePathTable<String>- Overrides:
queryToin classHalTable
-
queryTo
- Specified by:
queryToin interfaceImmutableCanonicalTable- Specified by:
queryToin interfaceImmutablePathTable<String>- Overrides:
queryToin classHalTable
-
queryTo
- Specified by:
queryToin interfaceImmutableCanonicalTable- Specified by:
queryToin interfaceImmutablePathTable<String>- Overrides:
queryToin classHalTable
-
queryTo
- Specified by:
queryToin interfaceImmutableCanonicalTable- Specified by:
queryToin interfaceImmutablePathTable<String>- Overrides:
queryToin classHalTable
-
queryTo
- Specified by:
queryToin interfaceImmutableCanonicalTable- Specified by:
queryToin interfaceImmutablePathTable<String>- Overrides:
queryToin classHalTable
-
removePaths
- Specified by:
removePathsin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removePathsin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removePathsin classHalTable
-
removePaths
- Specified by:
removePathsin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removePathsin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removePathsin classHalTable
-
removeAll
- Specified by:
removeAllin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeAllin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeAllin classHalTable
-
removeAll
- Specified by:
removeAllin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeAllin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeAllin classHalTable
-
removeAll
- Specified by:
removeAllin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeAllin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeAllin classHalTable
-
removeAll
- Specified by:
removeAllin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeAllin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeAllin classHalTable
-
removeAll
- Specified by:
removeAllin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeAllin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeAllin classHalTable
-
removeAll
- Specified by:
removeAllin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeAllin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeAllin classHalTable
-
removeDirAt
- Specified by:
removeDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeDirAtin classHalTable
-
removeDirAt
- Specified by:
removeDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeDirAtin classHalTable
-
removeDirAt
- Specified by:
removeDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeDirAtin classHalTable
-
removeDirAt
- Specified by:
removeDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeDirAtin classHalTable
-
removeDirAt
- Specified by:
removeDirAtin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeDirAtin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeDirAtin classHalTable
-
removeFrom
- Specified by:
removeFromin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeFromin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeFromin classHalTable
-
removeFrom
- Specified by:
removeFromin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeFromin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeFromin classHalTable
-
removeFrom
- Specified by:
removeFromin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeFromin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeFromin classHalTable
-
removeFrom
- Specified by:
removeFromin interfaceImmutableCanonicalTable.MutableCanonicalTable- Specified by:
removeFromin interfaceImmutablePathTable.MutablePathTable<String>- Overrides:
removeFromin classHalTable
-
retrieveBetween
- Specified by:
retrieveBetweenin interfaceImmutableCanonicalTable- Specified by:
retrieveBetweenin interfaceImmutablePathTable<String>- Overrides:
retrieveBetweenin classHalTable
-
retrieveBetween
- Specified by:
retrieveBetweenin interfaceImmutableCanonicalTable- Specified by:
retrieveBetweenin interfaceImmutablePathTable<String>- Overrides:
retrieveBetweenin classHalTable
-
retrieveBetween
- Specified by:
retrieveBetweenin interfaceImmutableCanonicalTable- Specified by:
retrieveBetweenin interfaceImmutablePathTable<String>- Overrides:
retrieveBetweenin classHalTable
-
retrieveBetween
- Specified by:
retrieveBetweenin interfaceImmutableCanonicalTable- Specified by:
retrieveBetweenin interfaceImmutablePathTable<String>- Overrides:
retrieveBetweenin classHalTable
-
retrieveFrom
- Specified by:
retrieveFromin interfaceImmutableCanonicalTable- Specified by:
retrieveFromin interfaceImmutablePathTable<String>- Overrides:
retrieveFromin classHalTable
-
retrieveFrom
- Specified by:
retrieveFromin interfaceImmutableCanonicalTable- Specified by:
retrieveFromin interfaceImmutablePathTable<String>- Overrides:
retrieveFromin classHalTable
-
retrieveFrom
- Specified by:
retrieveFromin interfaceImmutableCanonicalTable- Specified by:
retrieveFromin interfaceImmutablePathTable<String>- Overrides:
retrieveFromin classHalTable
-
retrieveFrom
- Specified by:
retrieveFromin interfaceImmutableCanonicalTable- Specified by:
retrieveFromin interfaceImmutablePathTable<String>- Overrides:
retrieveFromin classHalTable
-
retrieveTo
- Specified by:
retrieveToin interfaceImmutableCanonicalTable- Specified by:
retrieveToin interfaceImmutablePathTable<String>- Overrides:
retrieveToin classHalTable
-
retrieveTo
- Specified by:
retrieveToin interfaceImmutableCanonicalTable- Specified by:
retrieveToin interfaceImmutablePathTable<String>- Overrides:
retrieveToin classHalTable
-
retrieveTo
- Specified by:
retrieveToin interfaceImmutableCanonicalTable- Specified by:
retrieveToin interfaceImmutablePathTable<String>- Overrides:
retrieveToin classHalTable
-
retrieveTo
- Specified by:
retrieveToin interfaceImmutableCanonicalTable- Specified by:
retrieveToin interfaceImmutablePathTable<String>- Overrides:
retrieveToin classHalTable
-
withPut
- Specified by:
withPutin interfaceCanonicalTable- Specified by:
withPutin interfaceInterOperableTable<String>- Specified by:
withPutin interfacePathTable<String>- Overrides:
withPutin classHalTable
-
withPut
-
withPut
-
withPut
-
withPut
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Overrides:
withPutBooleanin classHalTable
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Overrides:
withPutBooleanin classHalTable
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Overrides:
withPutBooleanin classHalTable
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Overrides:
withPutBooleanin classHalTable
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Overrides:
withPutBooleanin classHalTable
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Overrides:
withPutBytein classHalTable
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Overrides:
withPutBytein classHalTable
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Overrides:
withPutBytein classHalTable
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Overrides:
withPutBytein classHalTable
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Overrides:
withPutBytein classHalTable
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Overrides:
withPutCharin classHalTable
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Overrides:
withPutCharin classHalTable
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Overrides:
withPutCharin classHalTable
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Overrides:
withPutCharin classHalTable
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Overrides:
withPutCharin classHalTable
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Overrides:
withPutClassin classHalTable
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Overrides:
withPutClassin classHalTable
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Overrides:
withPutClassin classHalTable
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Overrides:
withPutClassin classHalTable
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Overrides:
withPutClassin classHalTable
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Overrides:
withPutDoublein classHalTable
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Overrides:
withPutDoublein classHalTable
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Overrides:
withPutDoublein classHalTable
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Overrides:
withPutDoublein classHalTable
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Overrides:
withPutDoublein classHalTable
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Overrides:
withPutEnumin classHalTable
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Overrides:
withPutEnumin classHalTable
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Overrides:
withPutEnumin classHalTable
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Overrides:
withPutEnumin classHalTable
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Overrides:
withPutEnumin classHalTable
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Overrides:
withPutFloatin classHalTable
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Overrides:
withPutFloatin classHalTable
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Overrides:
withPutFloatin classHalTable
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Overrides:
withPutFloatin classHalTable
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Overrides:
withPutFloatin classHalTable
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Overrides:
withPutIntin classHalTable
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Overrides:
withPutIntin classHalTable
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Overrides:
withPutIntin classHalTable
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Overrides:
withPutIntin classHalTable
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Overrides:
withPutIntin classHalTable
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Overrides:
withPutLongin classHalTable
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Overrides:
withPutLongin classHalTable
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Overrides:
withPutLongin classHalTable
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Overrides:
withPutLongin classHalTable
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Overrides:
withPutLongin classHalTable
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Overrides:
withPutShortin classHalTable
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Overrides:
withPutShortin classHalTable
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Overrides:
withPutShortin classHalTable
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Overrides:
withPutShortin classHalTable
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Overrides:
withPutShortin classHalTable
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Overrides:
withPutStringin classHalTable
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Overrides:
withPutStringin classHalTable
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Overrides:
withPutStringin classHalTable
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Overrides:
withPutStringin classHalTable
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Overrides:
withPutStringin classHalTable
-
withInsert
- Specified by:
withInsertin interfaceCanonicalTable- Specified by:
withInsertin interfaceInterOperableTable<String>- Specified by:
withInsertin interfacePathTable<String>- Overrides:
withInsertin classHalTable
-
withInsert
- Specified by:
withInsertin interfaceCanonicalTable- Specified by:
withInsertin interfaceInterOperableTable<String>- Specified by:
withInsertin interfacePathTable<String>- Overrides:
withInsertin classHalTable
-
withInsertBetween
public HalData withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
public HalData withInsertBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
- Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
public HalData withInsertBetween(Object aToPath, ImmutablePathTable<String> aFrom, Object aFromPath) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
public HalData withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
public HalData withInsertBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
- Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
public HalData withInsertBetween(String aToPath, ImmutablePathTable<String> aFrom, String aFromPath) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
public HalData withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertBetween
public HalData withInsertBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Overrides:
withInsertBetweenin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Overrides:
withInsertFromin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Overrides:
withInsertToin classHalTable
-
withMerge
-
withMerge
- Specified by:
withMergein interfaceCanonicalTable- Specified by:
withMergein interfaceInterOperableTable<String>- Specified by:
withMergein interfacePathTable<String>- Overrides:
withMergein classHalTable
-
withMergeBetween
public HalData withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
public HalData withMergeBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
public HalData withMergeBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeBetween
public HalData withMergeBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Overrides:
withMergeBetweenin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Overrides:
withMergeFromin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Overrides:
withMergeToin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
public HalData withPutDirAt(Collection<?> aPathElements, int aIndex, ImmutablePathTable<String> aDir) - Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Overrides:
withPutDirAtin classHalTable
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Overrides:
withRemoveFromin classHalTable
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Overrides:
withRemoveFromin classHalTable
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Overrides:
withRemoveFromin classHalTable
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Overrides:
withRemoveFromin classHalTable
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Overrides:
withRemoveFromin classHalTable
-
withRemovePaths
- Specified by:
withRemovePathsin interfaceCanonicalTable- Specified by:
withRemovePathsin interfacePathTable<String>- Overrides:
withRemovePathsin classHalTable
-
retrieveFrom
- Specified by:
retrieveFromin interfaceImmutableCanonicalTable- Specified by:
retrieveFromin interfaceImmutablePathTable<String>- Overrides:
retrieveFromin classHalTable
-
retrieveTo
- Specified by:
retrieveToin interfaceImmutableCanonicalTable- Specified by:
retrieveToin interfaceImmutablePathTable<String>- Overrides:
retrieveToin classHalTable
-
retrieveBetween
- Specified by:
retrieveBetweenin interfaceImmutableCanonicalTable- Specified by:
retrieveBetweenin interfaceImmutablePathTable<String>- Overrides:
retrieveBetweenin classHalTable
-
withPut
-