Uses of Interface
org.refcodes.hal.HalMap
-
-
Uses of HalMap in org.refcodes.hal
Subinterfaces of HalMap in org.refcodes.hal Modifier and Type Interface Description interfaceHalDataTheHalDatainterface defines aCanonicalMap.CanonicalMapBuilderspecialized for working with HAL-Browser data.interfaceHalStructClasses in org.refcodes.hal that implement HalMap Modifier and Type Class Description classHalDataImplclassHalMapImplclassHalStructImplTheHalStructImplimplements theHalStructinterface by extending theCanonicalMapBuilderImplclass.Methods in org.refcodes.hal that return HalMap Modifier and Type Method Description default HalMapHalMap. getDirAt(int aIndex)default HalMapHalMap. getDirAt(String aPath, int aIndex)default HalMapHalMap. putDirAt(int aIndex, Object aDir)default HalMapHalMap. putDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. putDirAt(Object[] aPathElements, int aIndex, Object aDir)default HalMapHalMap. putDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. putDirAt(Object aPath, int aIndex, Object aDir)default HalMapHalMap. putDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. putDirAt(String[] aPathElements, int aIndex, Object aDir)default HalMapHalMap. putDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. putDirAt(String aPath, int aIndex, Object aDir)default HalMapHalMap. putDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. putDirAt(Collection<?> aPathElements, int aIndex, Object aDir)default HalMapHalMap. putDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. query(Object... aQueryElements)default HalMapHalMap. query(String aPathQuery)default HalMapHalMap. query(String... aQueryElements)default HalMapHalMap. query(Collection<?> aQueryElements)default HalMapHalMap. query(Pattern aRegExp)default HalMapHalMap. queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath)default HalMapHalMap. queryBetween(Object aFromPath, Object aPathQuery, Object aToPath)default HalMapHalMap. queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath)default HalMapHalMap. queryBetween(String aFromPath, String aPathQuery, String aToPath)default HalMapHalMap. queryBetween(String aFromPath, Pattern aRegExp, String aToPath)default HalMapHalMap. queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath)default HalMapHalMap. queryFrom(Object[] aPathQuery, Object[] aFromPath)default HalMapHalMap. queryFrom(Object aPathQuery, Object aFromPath)default HalMapHalMap. queryFrom(String[] aPathQuery, String[] aFromPath)default HalMapHalMap. queryFrom(String aPathQuery, String aFromPath)default HalMapHalMap. queryFrom(Collection<?> aPathQuery, Collection<?> aFromPath)default HalMapHalMap. queryFrom(Pattern aRegExp, String aFromPath)default HalMapHalMap. queryTo(Object[] aPathQuery, String aToPath)default HalMapHalMap. queryTo(Object aPathQuery, String aToPath)default HalMapHalMap. queryTo(String[] aPathQuery, String aToPath)default HalMapHalMap. queryTo(String aPathQuery, String aToPath)default HalMapHalMap. queryTo(Collection<?> aPathQuery, String aToPath)default HalMapHalMap. queryTo(Pattern aRegExp, String aToPath)default HalMapHalMap. removeAll(Object aPathQuery)default HalMapHalMap. removeAll(Object... aPathQueryElements)default HalMapHalMap. removeAll(String aPathQuery)default HalMapHalMap. removeAll(String... aPathQueryElements)default HalMapHalMap. removeAll(Collection<?> aPathQueryElements)default HalMapHalMap. removeAll(Pattern aRegExp)default HalMapHalMap. removeDirAt(int aIndex)default HalMapHalMap. removeDirAt(Object[] aPathElements, int aIndex)default HalMapHalMap. removeDirAt(Object aPath, int aIndex)default HalMapHalMap. removeDirAt(String[] aPathElements, int aIndex)default HalMapHalMap. removeDirAt(String aPath, int aIndex)default HalMapHalMap. removeFrom(Object aPath)default HalMapHalMap. removeFrom(Object... aPathElements)default HalMapHalMap. removeFrom(String aPath)default HalMapHalMap. removeFrom(String... aPathElements)default HalMapHalMap. removePaths(String... aPaths)default HalMapHalMap. removePaths(Collection<?> aPaths)default HalMapHalMap. retrieveBetween(Object[] aFromPath, Object[] aToPath)default HalMapHalMap. retrieveBetween(Object aFromPath, Object aToPath)default HalMapHalMap. retrieveBetween(String[] aFromPath, String[] aToPath)HalMapHalMap. retrieveBetween(String aFromPath, String aToPath)default HalMapHalMap. retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath)HalMapHalMapImpl. retrieveBetween(String aFromPath, String aToPath)default HalMapHalMap. retrieveFrom(Object aParentPath)default HalMapHalMap. retrieveFrom(Object... aPathElements)HalMapHalMap. retrieveFrom(String aFromPath)default HalMapHalMap. retrieveFrom(String... aPathElements)default HalMapHalMap. retrieveFrom(Collection<?> aPathElements)HalMapHalMapImpl. retrieveFrom(String aFromPath)default HalMapHalMap. retrieveTo(Object aToPath)default HalMapHalMap. retrieveTo(Object... aToPathElements)HalMapHalMap. retrieveTo(String aToPath)default HalMapHalMap. retrieveTo(String... aToPathElements)default HalMapHalMap. retrieveTo(Collection<?> aToPathElements)HalMapHalMapImpl. retrieveTo(String aToPath)default HalMapHalMap. withInsert(Object aObj)default HalMapHalMap. withInsert(org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)default HalMapHalMap. withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)default HalMapHalMap. withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)default HalMapHalMap. withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalMapHalMap. withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)default HalMapHalMap. withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)default HalMapHalMap. withInsertBetween(String aToPath, Object aFrom, String aFromPath)default HalMapHalMap. withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalMapHalMap. withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withInsertFrom(Object aFrom, Object aFromPath)default HalMapHalMap. withInsertFrom(Object aFrom, Object... aFromPathElements)default HalMapHalMap. withInsertFrom(Object aFrom, String aFromPath)default HalMapHalMap. withInsertFrom(Object aFrom, String... aFromPathElements)default HalMapHalMap. withInsertFrom(Object aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalMapHalMap. withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)default HalMapHalMap. withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalMapHalMap. withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)default HalMapHalMap. withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withInsertTo(Object[] aToPathElements, Object aFrom)default HalMapHalMap. withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withInsertTo(Object aToPath, Object aFrom)default HalMapHalMap. withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withInsertTo(String[] aToPathElements, Object aFrom)default HalMapHalMap. withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withInsertTo(String aToPath, Object aFrom)default HalMapHalMap. withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withInsertTo(Collection<?> aToPathElements, Object aFrom)default HalMapHalMap. withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withMerge(Object aObj)default HalMapHalMap. withMerge(org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)default HalMapHalMap. withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)default HalMapHalMap. withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)default HalMapHalMap. withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalMapHalMap. withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)default HalMapHalMap. withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)default HalMapHalMap. withMergeBetween(String aToPath, Object aFrom, String aFromPath)default HalMapHalMap. withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalMapHalMap. withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withMergeFrom(Object aFrom, Object aFromPath)default HalMapHalMap. withMergeFrom(Object aFrom, Object... aFromPathElements)default HalMapHalMap. withMergeFrom(Object aFrom, String aFromPath)default HalMapHalMap. withMergeFrom(Object aFrom, String... aFromPathElements)default HalMapHalMap. withMergeFrom(Object aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)default HalMapHalMap. withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)default HalMapHalMap. withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)default HalMapHalMap. withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)default HalMapHalMap. withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)default HalMapHalMap. withMergeTo(Object[] aToPathElements, Object aFrom)default HalMapHalMap. withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withMergeTo(Object aToPath, Object aFrom)default HalMapHalMap. withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withMergeTo(String[] aToPathElements, Object aFrom)default HalMapHalMap. withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withMergeTo(String aToPath, Object aFrom)default HalMapHalMap. withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withMergeTo(Collection<?> aToPathElements, Object aFrom)default HalMapHalMap. withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)default HalMapHalMap. withPut(Object[] aPathElements, String aValue)default HalMapHalMap. withPut(String[] aKey, String aValue)default HalMapHalMap. withPut(String aKey, String aValue)default HalMapHalMap. withPut(Collection<?> aPathElements, String aValue)default HalMapHalMap. withPut(org.refcodes.struct.Property aProperty)default HalMapHalMap. withPut(org.refcodes.struct.Relation<String,String> aProperty)HalMapHalMapImpl. withPut(String aKey, String aValue)default HalMapHalMap. withPutBoolean(Object[] aPathElements, Boolean aValue)default HalMapHalMap. withPutBoolean(Object aKey, Boolean aValue)default HalMapHalMap. withPutBoolean(String[] aPathElements, Boolean aValue)default HalMapHalMap. withPutBoolean(String aKey, Boolean aValue)default HalMapHalMap. withPutBoolean(Collection<?> aPathElements, Boolean aValue)default HalMapHalMap. withPutByte(Object[] aPathElements, Byte aValue)default HalMapHalMap. withPutByte(Object aKey, Byte aValue)default HalMapHalMap. withPutByte(String[] aPathElements, Byte aValue)default HalMapHalMap. withPutByte(String aKey, Byte aValue)default HalMapHalMap. withPutByte(Collection<?> aPathElements, Byte aValue)default HalMapHalMap. withPutChar(Object[] aPathElements, Character aValue)default HalMapHalMap. withPutChar(Object aKey, Character aValue)default HalMapHalMap. withPutChar(String[] aPathElements, Character aValue)default HalMapHalMap. withPutChar(String aKey, Character aValue)default HalMapHalMap. withPutChar(Collection<?> aPathElements, Character aValue)default <C> HalMapHalMap. withPutClass(Object[] aPathElements, Class<C> aValue)default <C> HalMapHalMap. withPutClass(Object aKey, Class<C> aValue)default <C> HalMapHalMap. withPutClass(String[] aPathElements, Class<C> aValue)default <C> HalMapHalMap. withPutClass(String aKey, Class<C> aValue)default <C> HalMapHalMap. withPutClass(Collection<?> aPathElements, Class<C> aValue)default HalMapHalMap. withPutDirAt(int aIndex, Object aDir)default HalMapHalMap. withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. withPutDirAt(Object[] aPathElements, int aIndex, Object aDir)default HalMapHalMap. withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. withPutDirAt(Object aPath, int aIndex, Object aDir)default HalMapHalMap. withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. withPutDirAt(String[] aPathElements, int aIndex, Object aDir)default HalMapHalMap. withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. withPutDirAt(String aPath, int aIndex, Object aDir)default HalMapHalMap. withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir)default HalMapHalMap. withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)default HalMapHalMap. withPutDouble(Object[] aPathElements, Double aValue)default HalMapHalMap. withPutDouble(Object aKey, Double aValue)default HalMapHalMap. withPutDouble(String[] aPathElements, Double aValue)default HalMapHalMap. withPutDouble(String aKey, Double aValue)default HalMapHalMap. withPutDouble(Collection<?> aPathElements, Double aValue)default <E extends Enum<E>>
HalMapHalMap. withPutEnum(Object[] aPathElements, E aValue)default <E extends Enum<E>>
HalMapHalMap. withPutEnum(Object aKey, E aValue)default <E extends Enum<E>>
HalMapHalMap. withPutEnum(String[] aPathElements, E aValue)default <E extends Enum<E>>
HalMapHalMap. withPutEnum(String aKey, E aValue)default <E extends Enum<E>>
HalMapHalMap. withPutEnum(Collection<?> aPathElements, E aValue)default HalMapHalMap. withPutFloat(Object[] aPathElements, Float aValue)default HalMapHalMap. withPutFloat(Object aKey, Float aValue)default HalMapHalMap. withPutFloat(String[] aPathElements, Float aValue)default HalMapHalMap. withPutFloat(String aKey, Float aValue)default HalMapHalMap. withPutFloat(Collection<?> aPathElements, Float aValue)default HalMapHalMap. withPutInt(Object[] aPathElements, Integer aValue)default HalMapHalMap. withPutInt(Object aKey, Integer aValue)default HalMapHalMap. withPutInt(String[] aPathElements, Integer aValue)default HalMapHalMap. withPutInt(String aKey, Integer aValue)default HalMapHalMap. withPutInt(Collection<?> aPathElements, Integer aValue)default HalMapHalMap. withPutLong(Object[] aPathElements, Long aValue)default HalMapHalMap. withPutLong(Object aKey, Long aValue)default HalMapHalMap. withPutLong(String[] aPathElements, Long aValue)default HalMapHalMap. withPutLong(String aKey, Long aValue)default HalMapHalMap. withPutLong(Collection<?> aPathElements, Long aValue)default HalMapHalMap. withPutShort(Object[] aPathElements, Short aValue)default HalMapHalMap. withPutShort(Object aKey, Short aValue)default HalMapHalMap. withPutShort(String[] aPathElements, Short aValue)default HalMapHalMap. withPutShort(String aKey, Short aValue)default HalMapHalMap. withPutShort(Collection<?> aPathElements, Short aValue)default HalMapHalMap. withPutString(Object[] aPathElements, String aValue)default HalMapHalMap. withPutString(Object aKey, String aValue)default HalMapHalMap. withPutString(String[] aPathElements, String aValue)default HalMapHalMap. withPutString(String aKey, String aValue)default HalMapHalMap. withPutString(Collection<?> aPathElements, String aValue)default HalMapHalMap. withRemoveFrom(Object aPath)default HalMapHalMap. withRemoveFrom(Object... aPathElements)default HalMapHalMap. withRemoveFrom(String aPath)default HalMapHalMap. withRemoveFrom(String... aPathElements)default HalMapHalMap. withRemoveFrom(Collection<?> aPathElements)default HalMapHalMap. withRemovePaths(String... aPathElements)
-