- add(E) - Method in interface org.refcodes.struct.Elements.MutableElements
-
- add(Object[], T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds the given value to the path not overwriting any existing values:
If the path points to a single value (and not to an array), then that
value's path is converted to an array representation and the given
value is appended to that array.
- add(Object, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds the given value to the path not overwriting any existing values:
If the path points to a single value (and not to an array), then that
value's path is converted to an array representation and the given
value is appended to that array.
- add(String[], T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds the given value to the path not overwriting any existing values:
If the path points to a single value (and not to an array), then that
value's path is converted to an array representation and the given
value is appended to that array.
- add(String, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds the given value to the path not overwriting any existing values:
If the path points to a single value (and not to an array), then that
value's path is converted to an array representation and the given
value is appended to that array.
- add(Collection<?>, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds the given value to the path not overwriting any existing values:
If the path points to a single value (and not to an array), then that
value's path is converted to an array representation and the given
value is appended to that array.
- add(T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- ALPHABETIC - org.refcodes.struct.PathSortStrategy
-
Sort alphabetically, differentiating between upper case and lower case,
e.g. "10" will be sorted before "2".
- ALPHABETIC_IGNORE_CASE - org.refcodes.struct.PathSortStrategy
-
Sort alphabetically, not differentiating between upper case and lower
case, e.g. "10" will be sorted before "2".
- ALPHANUMERIC - org.refcodes.struct.PathSortStrategy
-
Sort alphabetically, differentiating between upper case and lower case
and considering any path elements representing an integral number, e.g
- ALPHANUMERIC_IGNORE_CASE - org.refcodes.struct.PathSortStrategy
-
Sort alphabetically, not differentiating between upper case and lower
case and considering any path elements representing an integral number,
e.g. "10" will be sorted below "2".
- AmbigousKeyRuntimeException - Exception in org.refcodes.struct
-
Thrown in case this instance does not contain the requested element (no such
key found in the collection).
- AmbigousKeyRuntimeException(String, String) - Constructor for exception org.refcodes.struct.AmbigousKeyRuntimeException
-
Instantiates a new net runtime exception.
- AmbigousKeyRuntimeException(String, String, String) - Constructor for exception org.refcodes.struct.AmbigousKeyRuntimeException
-
Instantiates a new net runtime exception.
- AmbigousKeyRuntimeException(String, String, Throwable) - Constructor for exception org.refcodes.struct.AmbigousKeyRuntimeException
-
Instantiates a new net runtime exception.
- AmbigousKeyRuntimeException(String, String, Throwable, String) - Constructor for exception org.refcodes.struct.AmbigousKeyRuntimeException
-
Instantiates a new net runtime exception.
- AmbigousKeyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.struct.AmbigousKeyRuntimeException
-
Instantiates a new net runtime exception.
- AmbigousKeyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.struct.AmbigousKeyRuntimeException
-
Instantiates a new net runtime exception.
- ANNOTATOR - Static variable in interface org.refcodes.struct.PathMap
-
- appendDirTo(Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(Object[], Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(Object[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(Object, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(Object, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(String[], Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(String[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(String, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(String, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(Collection<?>, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendDirTo(PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- appendValueTo(Object[], T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- appendValueTo(Object, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- appendValueTo(String[], T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- appendValueTo(String, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- appendValueTo(Collection<?>, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- appendValueTo(T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- ARRAY_SELECTOR - Static variable in interface org.refcodes.struct.ClassStructMap
-
- asArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as an array with its
elements being the elements of the value separated by the given delimiter
char.
- asArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as an array with its
elements being the elements of the value separated by the given delimiter
char.
- asBooleanArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asBooleanArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a boolean array with
its elements being the elements of the value separated by the given
delimiter char.
- asBooleanArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asBooleanArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a boolean array with
its elements being the elements of the value separated by the given
delimiter char.
- asByteArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asByteArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a byte array with its
elements being the elements of the value separated by the given delimiter
char.
- asByteArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asByteArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a byte array with its
elements being the elements of the value separated by the given delimiter
char.
- asCharArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asCharArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a char array with its
elements being the elements of the value separated by the given delimiter
char.
- asCharArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asCharArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a char array with its
elements being the elements of the value separated by the given delimiter
char.
- asDoubleArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asDoubleArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a double array with its
elements being the elements of the value separated by the given delimiter
double.
- asDoubleArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asDoubleArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a double array with its
elements being the elements of the value separated by the given delimiter
double.
- asFloatArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asFloatArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a float array with its
elements being the elements of the value separated by the given delimiter
float.
- asFloatArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asFloatArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a float array with its
elements being the elements of the value separated by the given delimiter
float.
- asIntArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asIntArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a integer array with
its elements being the elements of the value separated by the given
delimiter char.
- asIntArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asIntArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a integer array with
its elements being the elements of the value separated by the given
delimiter char.
- asLongArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asLongArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a longeger array with
its elements being the elements of the value separated by the given
delimiter char.
- asLongArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asLongArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a longeger array with
its elements being the elements of the value separated by the given
delimiter char.
- asShortArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
- asShortArray(Object, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a shorteger array with
its elements being the elements of the value separated by the given
delimiter char.
- asShortArray(String) - Method in interface org.refcodes.struct.CanonicalMap
-
- asShortArray(String, char) - Method in interface org.refcodes.struct.CanonicalMap
-
Treats the value associated with the given key as a shorteger array with
its elements being the elements of the value separated by the given
delimiter char.
- Attribute - Interface in org.refcodes.struct
-
Interface describing a bean's attribute with a key represented by a
String and the value being of any type.
- Attribute.AttributeBuilder - Interface in org.refcodes.struct
-
- AttributeBuilderImpl() - Constructor for class org.refcodes.struct.AttributeImpl.AttributeBuilderImpl
-
Instantiates a new attribute builder impl.
- AttributeBuilderImpl(String, Object) - Constructor for class org.refcodes.struct.AttributeImpl.AttributeBuilderImpl
-
Instantiates a new attribute builder impl.
- AttributeImpl - Class in org.refcodes.struct
-
Class describing a beans's attribute.
- AttributeImpl() - Constructor for class org.refcodes.struct.AttributeImpl
-
Instantiates a new attribute impl.
- AttributeImpl(String, Object) - Constructor for class org.refcodes.struct.AttributeImpl
-
Constructs a key-to-value property.
- AttributeImpl.AttributeBuilderImpl - Class in org.refcodes.struct
-
- get(Object) - Method in class org.refcodes.struct.CanonicalMapImpl
-
Retrieves the element assigned to the given key.
- get(Object) - Method in class org.refcodes.struct.ClassStructMapImpl
-
Retrieves the element assigned to the given key.
- get(Object) - Method in interface org.refcodes.struct.Keys
-
Retrieves the element assigned to the given key.
- get(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Retrieves the element assigned to the given key.
- get(Object) - Method in class org.refcodes.struct.PathMapImpl
-
Retrieves the element assigned to the given key.
- get(Object) - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Retrieves the element assigned to the given key.
- get(Object...) - Method in interface org.refcodes.struct.PathMap
-
Experimental convenience method: Applies the
Keys.get(Object) method
for the provided path elements by first converting them to a
String (if not being a
String already) and then
concatenating the elements with the path delimiter
DelimiterAccessor.getDelimiter() in between and taking care to avoid duplicate
path delimiters.
- get(String...) - Method in interface org.refcodes.struct.PathMap
-
Experimental convenience method: Applies the
Keys.get(Object) method
for the provided path elements by concatenating the elements with the
path delimiter
DelimiterAccessor.getDelimiter() in between and taking care to
avoid duplicate path delimiters.
- get(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Experimental convenience method: Applies the
Keys.get(Object) method
for the provided path elements by concatenating the elements with the
path delimiter
DelimiterAccessor.getDelimiter() in between and taking care to
avoid duplicate path delimiters.
- getAnnotator() - Method in class org.refcodes.struct.CanonicalMapImpl
- getAnnotator() - Method in class org.refcodes.struct.ClassStructMapImpl
- getAnnotator() - Method in class org.refcodes.struct.PathMapBuilderImpl
- getAnnotator() - Method in class org.refcodes.struct.PathMapImpl
- getAnnotator() - Method in class org.refcodes.struct.SimpleTypeMapImpl
- getArray() - Method in interface org.refcodes.struct.PathMap
-
- getArray(Object...) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArray(String) method for the provided path
elements by concatenating the elements with the path delimiter
DelimiterAccessor.getDelimiter() in between and taking care to avoid duplicate
path delimiters.
- getArray(String) - Method in interface org.refcodes.struct.PathMap
-
Returns the leaves below the given path in an array.
- getArray(String...) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArray(String) method for the provided path
elements by concatenating the elements with the path delimiter
DelimiterAccessor.getDelimiter() in between and taking care to avoid duplicate
path delimiters.
- getArray(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArray(String) method for the provided path
elements by concatenating the elements with the path delimiter
DelimiterAccessor.getDelimiter() in between and taking care to avoid duplicate
path delimiters.
- getArrayIndexes() - Method in interface org.refcodes.struct.PathMap
-
Returns the indexes pointing to elements of the root "array" path.
- getArrayIndexes(Object...) - Method in interface org.refcodes.struct.PathMap
-
Returns the indexes pointing to elements of the given "array" path.
- getArrayIndexes(String) - Method in interface org.refcodes.struct.PathMap
-
Returns the indexes pointing to elements of the given "array" path.
- getArrayIndexes(String...) - Method in interface org.refcodes.struct.PathMap
-
Returns the indexes pointing to elements of the given "array" path.
- getArrayIndexes(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Returns the indexes pointing to elements of the given "array" path.
- getArraySelector() - Method in interface org.refcodes.struct.ClassStructMap
-
Returns the array selector used in paths to identify an array type.
- getArraySelector() - Method in class org.refcodes.struct.ClassStructMapImpl
-
Returns the array selector used in paths to identify an array type.
- getBoolean(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the key.
- getBoolean(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the path
elements.
- getBoolean(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the key.
- getBoolean(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the path
elements.
- getBoolean(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the path
elements.
- getBooleanOr(Object[], Boolean) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getBooleanOr(Object, Boolean) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getBooleanOr(String[], Boolean) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getBooleanOr(String, Boolean) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getBooleanOr(Collection<?>, Boolean) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Boolean value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getBooleans() - Method in interface org.refcodes.struct.BooleanArrayAccessor
-
Retrieves the boolean array from the boolean array property.
- getByte(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the key.
- getByte(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the path
elements.
- getByte(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the key.
- getByte(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the path
elements.
- getByte(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the path
elements.
- getByteOr(Object[], Byte) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getByteOr(Object, Byte) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getByteOr(String[], Byte) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getByteOr(String, Byte) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getByteOr(Collection<?>, Byte) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Byte value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getBytes() - Method in interface org.refcodes.struct.ByteArrayAccessor
-
Retrieves the byte array from the byte array property.
- getChar(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
key.
- getChar(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
path elements.
- getChar(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
key.
- getChar(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
key.
- getChar(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
path elements.
- getCharOr(Object[], Character) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
path represented by the given path elements or the provided default value
if there is no such value for the given path.
- getCharOr(Object, Character) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
key or the provided default value if there is no such value for the given
key.
- getCharOr(String[], Character) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
path represented by the given path elements or the provided default value
if there is no such value for the given path.
- getCharOr(String, Character) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
key or the provided default value if there is no such value for the given
key.
- getCharOr(Collection<?>, Character) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Character value of the property referred to by the
path represented by the given path elements or the provided default value
if there is no such value for the given path.
- getClass(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the key.
- getClass(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the path
elements.
- getClass(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the key.
- getClass(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the path
elements.
- getClass(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the path
elements.
- getClassOr(Object[], Class<C>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getClassOr(Object, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getClassOr(String[], Class<C>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getClassOr(String, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getClassOr(Collection<?>, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Class value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getCompositeArrayDir() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type's array represented by the
root path.
- getCompositeArrayDir(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type's array represented by the
given path.
- getCompositeArrayDir(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type's array represented by the
given path.
- getCompositeArrayDir(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type's array represented by the
given path.
- getCompositeArrayDir(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type's array represented by the
given path.
- getCompositeArrayDir(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type's array represented by the
given path.
- getCompositeDir() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type represented by the root
path.
- getCompositeDir(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type represented by the given
path.
- getCompositeDir(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type represented by the given
path.
- getCompositeDir(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type represented by the given
path.
- getCompositeDir(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type represented by the given
path.
- getCompositeDir(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the directory of the composite type represented by the given
path.
- getDelimiter() - Method in class org.refcodes.struct.CanonicalMapImpl
- getDelimiter() - Method in class org.refcodes.struct.ClassStructMapImpl
- getDelimiter() - Method in class org.refcodes.struct.PathMapBuilderImpl
- getDelimiter() - Method in class org.refcodes.struct.PathMapImpl
- getDelimiter() - Method in class org.refcodes.struct.SimpleTypeMapImpl
- getDir(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- getDir(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- getDir(Object) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- getDir(Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- getDir(Object...) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(Object...) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(String) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- getDir(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- getDir(String) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- getDir(String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- getDir(String...) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(String...) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(String...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDir(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- getDirAt(int) - Method in interface org.refcodes.struct.CanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(int) - Method in interface org.refcodes.struct.ClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(int) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(int) - Method in interface org.refcodes.struct.SimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object[], int) - Method in interface org.refcodes.struct.CanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object[], int) - Method in interface org.refcodes.struct.ClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object[], int) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object[], int) - Method in interface org.refcodes.struct.SimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object, int) - Method in interface org.refcodes.struct.CanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object, int) - Method in interface org.refcodes.struct.ClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object, int) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Object, int) - Method in interface org.refcodes.struct.SimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String[], int) - Method in interface org.refcodes.struct.CanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String[], int) - Method in interface org.refcodes.struct.ClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String[], int) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String[], int) - Method in interface org.refcodes.struct.SimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String, int) - Method in interface org.refcodes.struct.CanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String, int) - Method in interface org.refcodes.struct.ClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String, int) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(String, int) - Method in interface org.refcodes.struct.SimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Collection<?>, int) - Method in interface org.refcodes.struct.CanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Collection<?>, int) - Method in interface org.refcodes.struct.ClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Collection<?>, int) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirAt(Collection<?>, int) - Method in interface org.refcodes.struct.SimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirIndexes() - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirIndexes(Object...) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirIndexes(String) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirIndexes(String...) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDirIndexes(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- getDouble(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the key.
- getDouble(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the path
elements.
- getDouble(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the key.
- getDouble(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the path
elements.
- getDouble(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the path
elements.
- getDoubleOr(Object[], Double) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getDoubleOr(Object, Double) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getDoubleOr(String[], Double) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getDoubleOr(String, Double) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getDoubleOr(Collection<?>, Double) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Double value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getDoubles() - Method in interface org.refcodes.struct.DoubleArrayAccessor
-
Retrieves the double array from the double array property.
- getEnum(Class<E>, Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the key.
- getEnum(Class<E>, Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
elements.
- getEnum(Class<E>, String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the key.
- getEnum(Class<E>, String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the key.
- getEnum(Class<E>, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
elements.
- getEnumOr(Class<E>, Object[], E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getEnumOr(Class<E>, Object, E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getEnumOr(Class<E>, String[], E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getEnumOr(Class<E>, String, E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getEnumOr(Class<E>, Collection<?>, E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getEnumOr(Object[], E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getEnumOr(Object, E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getEnumOr(String[], E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getEnumOr(String, E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getEnumOr(Collection<?>, E) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Enum value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getFloat(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the key.
- getFloat(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the path
elements.
- getFloat(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the key.
- getFloat(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the path
elements.
- getFloat(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the path
elements.
- getFloatOr(Object[], Float) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getFloatOr(Object, Float) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getFloatOr(String[], Float) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getFloatOr(String, Float) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getFloatOr(Collection<?>, Float) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Float value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getFloats() - Method in interface org.refcodes.struct.FloatArrayAccessor
-
Retrieves the float array from the float array property.
- getInt(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the key.
- getInt(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the path
elements.
- getInt(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the key.
- getInt(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the path
elements.
- getInt(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the path
elements.
- getIntOr(Object[], Integer) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getIntOr(Object, Integer) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getIntOr(String[], Integer) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getIntOr(String, Integer) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getIntOr(Collection<?>, Integer) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Integer value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getKey() - Method in exception org.refcodes.struct.AmbigousKeyRuntimeException
- getKey() - Method in exception org.refcodes.struct.KeyNotFoundException
- getKey() - Method in exception org.refcodes.struct.KeyNotFoundRuntimeException
- getKey() - Method in class org.refcodes.struct.RelationImpl
- getLong(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the key.
- getLong(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the path
elements.
- getLong(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the key.
- getLong(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the path
elements.
- getLong(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the path
elements.
- getLongOr(Object[], Long) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getLongOr(Object, Long) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getLongOr(String[], Long) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getLongOr(String, Long) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getLongOr(Collection<?>, Long) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Long value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getMaxValue() - Method in class org.refcodes.struct.RangeImpl
- getMinValue() - Method in class org.refcodes.struct.RangeImpl
- getOr(Object, V) - Method in interface org.refcodes.struct.Keys
-
Retrieves the element assigned to the given key or the provided default
value if there is no such value for the given key.
- getOrDefault(Object, T) - Method in class org.refcodes.struct.PathMapBuilderImpl
- getPrimitiveArrayType() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type of the array represented by the root path.
- getPrimitiveArrayType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type of the array represented by the given path.
- getPrimitiveArrayType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type of the array represented by the given path.
- getPrimitiveArrayType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type of the array represented by the given path.
- getPrimitiveArrayType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type of the array represented by the given path.
- getPrimitiveArrayType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type of the array represented by the given path.
- getPrimitiveType() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type represented by the root path.
- getPrimitiveType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type represented by the given path.
- getPrimitiveType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type represented by the given path.
- getPrimitiveType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type represented by the given path.
- getPrimitiveType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type represented by the given path.
- getPrimitiveType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the primitive type represented by the given path.
- getReference() - Method in class org.refcodes.struct.Referencee
-
Retrieves the according reference.
- getRootPath() - Method in interface org.refcodes.struct.PathMap
-
Returns the path pointing to the root of this
PathMap.
- getShort(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the key.
- getShort(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the path
elements.
- getShort(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the key.
- getShort(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the path
elements.
- getShort(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the path
elements.
- getShortOr(Object[], Short) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getShortOr(Object, Short) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getShortOr(String[], Short) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getShortOr(String, Short) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the key or
the provided default value if there is no such value for the given key.
- getShortOr(Collection<?>, Short) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
Short value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getShorts() - Method in interface org.refcodes.struct.ShortArrayAccessor
-
Retrieves the short array from the short array property.
- getSimpleArrayType() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type of the array represented by the root path.
- getSimpleArrayType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type of the array represented by the given path.
- getSimpleArrayType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type of the array represented by the given path.
- getSimpleArrayType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type of the array represented by the given path.
- getSimpleArrayType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type of the array represented by the given path.
- getSimpleArrayType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type of the array represented by the given path.
- getSimpleType() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type represented by the root path.
- getSimpleType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type represented by the given path.
- getSimpleType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type represented by the given path.
- getSimpleType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type represented by the given path.
- getSimpleType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type represented by the given path.
- getSimpleType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the simple type represented by the given path.
- getString(Object) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the key.
- getString(Object...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the path
elements.
- getString(String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the key.
- getString(String...) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the path
elements.
- getString(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the path
elements.
- getStringOr(Object[], String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getStringOr(Object, String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getStringOr(String[], String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getStringOr(String, String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the key
or the provided default value if there is no such value for the given
key.
- getStringOr(Collection<?>, String) - Method in interface org.refcodes.struct.InterOperableMap
-
Returns the
String value of the property referred to by the path
represented by the given path elements or the provided default value if
there is no such value for the given path.
- getStrings() - Method in interface org.refcodes.struct.StringArrayAccessor
-
Retrieves the String array from the String array property.
- getType() - Method in class org.refcodes.struct.CanonicalMapImpl
- getType() - Method in class org.refcodes.struct.ClassStructMapImpl
- getType() - Method in class org.refcodes.struct.PathMapBuilderImpl
- getType() - Method in class org.refcodes.struct.PathMapImpl
- getType() - Method in enum org.refcodes.struct.PrimitiveArrayType
- getType() - Method in class org.refcodes.struct.SimpleTypeMapImpl
- getTypeMode() - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
-
Retrieves the type mode from the type mode property.
- getTypeMode() - Method in class org.refcodes.struct.ClassStructMapImpl
-
Retrieves the type mode from the type mode property.
- getTypeMode() - Method in interface org.refcodes.struct.TypeModeAccessor
-
Retrieves the type mode from the type mode property.
- getValue() - Method in class org.refcodes.struct.RelationImpl
- getValueAt(int) - Method in interface org.refcodes.struct.PathMap
-
Returns the value of an array at the root path with the given array index
or null if there is none such value.
- getValueAt(Object[], int) - Method in interface org.refcodes.struct.PathMap
-
Returns the value of an array at the given path path with the given array
index or null if there is none such value.
- getValueAt(Object, int) - Method in interface org.refcodes.struct.PathMap
-
Returns the value of an array at the given path path with the given array
index or null if there is none such value.
- getValueAt(String[], int) - Method in interface org.refcodes.struct.PathMap
-
Returns the value of an array at the given path path with the given array
index or null if there is none such value.
- getValueAt(String, int) - Method in interface org.refcodes.struct.PathMap
-
Returns the value of an array at the given path path with the given array
index or null if there is none such value.
- getValueAt(Collection<?>, int) - Method in interface org.refcodes.struct.PathMap
-
Returns the value of an array at the given path path with the given array
index or null if there is none such value.
- getWrapperArrayType() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type of the array represented by the root path.
- getWrapperArrayType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type of the array represented by the given path.
- getWrapperArrayType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type of the array represented by the given path.
- getWrapperArrayType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type of the array represented by the given path.
- getWrapperArrayType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type of the array represented by the given path.
- getWrapperArrayType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type of the array represented by the given path.
- getWrapperType() - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type represented by the root path.
- getWrapperType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type represented by the given path.
- getWrapperType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type represented by the given path.
- getWrapperType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type represented by the given path.
- getWrapperType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type represented by the given path.
- getWrapperType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Retrieves the wrapper type represented by the given path.
- insert(Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Inspects the given object and adds all elements found in the given
object.
- insert(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Inspects the given object and adds all elements found in the given
object.
- insert(CanonicalMap) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Method to semantically emphasize that we support our own types.
- insert(ClassStructMap) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Method to semantically emphasize that we support our own types.
- insert(InterOperableMap.InterOperableMapBuilder<T>) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Method to semantically emphasize that we support our own types.
- insert(PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insert(SimpleTypeMap) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting insertion of object's
introspected values at the given "to-path" and starting object
introspection at the given "from-path", e.g. ignoring all paths not
starting with the given path during the introspection process.
- insertBetween(Object[], PathMap<T>, Object[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting insertion of object's
introspected values at the given "to-path" and starting object
introspection at the given "from-path", e.g. ignoring all paths not
starting with the given path during the introspection process.
- insertBetween(Object, PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting insertion of object's
introspected values at the given "to-path" and starting object
introspection at the given "from-path", e.g. ignoring all paths not
starting with the given path during the introspection process.
- insertBetween(String[], PathMap<T>, String[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(String, Object, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting insertion of object's
introspected values at the given "to-path" and starting object
introspection at the given "from-path", e.g. ignoring all paths not
starting with the given path during the introspection process.
- insertBetween(String, Object, String) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Same as
PathMap.MutablePathMap.insert(Object) though starting insertion of object's
introspected values at the given "to-path" and starting object
introspection at the given "from-path", e.g. ignoring all paths not
starting with the given path during the introspection process.
- insertBetween(String, CanonicalMap, String) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(String, ClassStructMap, String) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(String, InterOperableMap.InterOperableMapBuilder<T>, String) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(String, PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(String, SimpleTypeMap, String) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Method to semantically emphasize that we support our own types.
- insertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting insertion of object's
introspected values at the given "to-path" and starting object
introspection at the given "from-path", e.g. ignoring all paths not
starting with the given path during the introspection process.
- insertBetween(Collection<?>, PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(Object, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting object introspection
at the given "path", e.g. ignoring all paths not starting with the
given path during the introspection process.
- insertFrom(Object, Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting object introspection
at the given "path", e.g. ignoring all paths not starting with the
given path during the introspection process.
- insertFrom(Object, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting object introspection
at the given "path", e.g. ignoring all paths not starting with the
given path during the introspection process.
- insertFrom(Object, String) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Same as
PathMap.MutablePathMap.insert(Object) though starting object introspection
at the given "path", e.g. ignoring all paths not starting with the
given path during the introspection process.
- insertFrom(Object, String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting object introspection
at the given "path", e.g. ignoring all paths not starting with the
given path during the introspection process.
- insertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.insert(Object) though starting object introspection
at the given "path", e.g. ignoring all paths not starting with the
given path during the introspection process.
- insertFrom(CanonicalMap, String) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(ClassStructMap, String) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(InterOperableMap.InterOperableMapBuilder<T>, String) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(PathMap<T>, Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(PathMap<T>, String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertFrom(SimpleTypeMap, String) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Method to semantically emphasize that we support our own types.
- insertTo(Object[], Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- insertTo(Object[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertTo(Object, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- insertTo(Object, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertTo(String[], Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- insertTo(String[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertTo(String, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- insertTo(String, Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
- insertTo(String, CanonicalMap) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Method to semantically emphasize that we support our own types.
- insertTo(String, ClassStructMap) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Method to semantically emphasize that we support our own types.
- insertTo(String, InterOperableMap.InterOperableMapBuilder<T>) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Method to semantically emphasize that we support our own types.
- insertTo(String, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- insertTo(String, SimpleTypeMap) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Method to semantically emphasize that we support our own types.
- insertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- insertTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- INT - org.refcodes.struct.PrimitiveArrayType
-
- InterOperableMap<T> - Interface in org.refcodes.struct
-
The
InterOperableMap provides convenience accessor default methods
for supporting primitive data types.
- InterOperableMap.InterOperableMapBuilder<T> - Interface in org.refcodes.struct
-
- InterOperableMap.MutableInterOperableMap<T> - Interface in org.refcodes.struct
-
- isAlphanumeric() - Method in enum org.refcodes.struct.PathSortStrategy
-
Determines whether to sort alphabetically and considering any path
elements representing an integral number, e.g. "10" will be sorted below
"2".
- isArray() - Method in interface org.refcodes.struct.PathMap
-
- isArray(Object) - Method in interface org.refcodes.struct.PathMap
-
- isArray(Object...) - Method in interface org.refcodes.struct.PathMap
-
- isArray(String) - Method in interface org.refcodes.struct.PathMap
-
- isArray(String...) - Method in interface org.refcodes.struct.PathMap
-
- isArray(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
- isArrayType() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as an
array.
- isArrayType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as an
array.
- isArrayType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as an array.
- isArrayType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as an
array.
- isArrayType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as an array.
- isArrayType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as an array.
- isChild(Object...) - Method in interface org.refcodes.struct.PathMap
-
- isChild(String) - Method in interface org.refcodes.struct.PathMap
-
- isChild(String...) - Method in interface org.refcodes.struct.PathMap
-
- isChild(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
- isCompositeArrayDir() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a
composite type directory.
- isCompositeArrayDir(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
composite type directory.
- isCompositeArrayDir(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a composite type directory.
- isCompositeArrayDir(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
composite type directory.
- isCompositeArrayDir(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a composite type directory.
- isCompositeArrayDir(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a composite type directory.
- isCompositeArrayType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a composite type array.
- isCompositeDir() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a
composite type directory.
- isCompositeDir(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
composite type directory.
- isCompositeDir(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a composite type directory.
- isCompositeDir(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
composite type directory.
- isCompositeDir(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a composite type directory.
- isCompositeDir(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a composite type directory.
- isCompositeType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a composite type.
- isCompositeType(Class<?>, boolean) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a composite type.
- isDir(Object) - Method in interface org.refcodes.struct.PathMap
-
- isDir(Object...) - Method in interface org.refcodes.struct.PathMap
-
- isDir(String) - Method in interface org.refcodes.struct.PathMap
-
- isDir(String...) - Method in interface org.refcodes.struct.PathMap
-
- isDir(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
- isEmpty() - Method in class org.refcodes.struct.CanonicalMapImpl
-
Tests whether the accumulation is empty or not.
- isEmpty() - Method in class org.refcodes.struct.ClassStructMapImpl
-
Tests whether the accumulation is empty or not.
- isEmpty() - Method in interface org.refcodes.struct.Containable
-
Tests whether the accumulation is empty or not.
- isEmpty() - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Tests whether the accumulation is empty or not.
- isEmpty() - Method in class org.refcodes.struct.PathMapImpl
-
Tests whether the accumulation is empty or not.
- isEmpty() - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Tests whether the accumulation is empty or not.
- isEqualTo(PathMap<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether this
PathMap contains the same paths and equal
assigned values as the provided other
PathMap.
- isGetter(Method) - Static method in class org.refcodes.struct.TypeUtility
-
Tests whether we have a getter method.
- isIgnoreCase() - Method in enum org.refcodes.struct.PathSortStrategy
-
Determines whether to sort by not differentiating between upper case and
lower case.
- isIndexDir() - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- isIndexDir(Object...) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- isIndexDir(String) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- isIndexDir(String...) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- isIndexDir(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- isLeaf(Object) - Method in interface org.refcodes.struct.PathMap
-
- isLeaf(Object...) - Method in interface org.refcodes.struct.PathMap
-
- isLeaf(String) - Method in interface org.refcodes.struct.PathMap
-
- isLeaf(String...) - Method in interface org.refcodes.struct.PathMap
-
- isLeaf(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
- isMember(V) - Method in interface org.refcodes.struct.Range
-
Returns true if the given value is within the range of
MinValueAccessor.getMinValue() and MaxValueAccessor.getMaxValue() (including the minimum
and maximum values).
- isPrimitiveArrayType() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a
primitive type array.
- isPrimitiveArrayType(Class<?>) - Static method in enum org.refcodes.struct.PrimitiveArrayType
-
Tests whether the given class represents a primitive array type.
- isPrimitiveArrayType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a primitive array type.
- isPrimitiveArrayType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
primitive type array.
- isPrimitiveArrayType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a primitive type array.
- isPrimitiveArrayType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
primitive type array.
- isPrimitiveArrayType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a primitive type array.
- isPrimitiveArrayType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a primitive type array.
- isPrimitiveType() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a
primitive type.
- isPrimitiveType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a primitive type.
- isPrimitiveType(Class<?>, boolean) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a primitive (array) type.
- isPrimitiveType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
primitive type.
- isPrimitiveType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a primitive type.
- isPrimitiveType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
primitive type.
- isPrimitiveType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a primitive type.
- isPrimitiveType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a primitive type.
- isRootPath(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the given path represents the toor path.
- isSetter(Method) - Static method in class org.refcodes.struct.TypeUtility
-
Tests whether we have a setter method.
- isSimpleArrayType() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a simple
type array.
- isSimpleArrayType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a simple type array.
- isSimpleArrayType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
simple type array.
- isSimpleArrayType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a simple type array.
- isSimpleArrayType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
simple type array.
- isSimpleArrayType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a simple type array.
- isSimpleArrayType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a simple type array.
- isSimpleType() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a simple
type.
- isSimpleType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a simple type.
- isSimpleType(Class<?>) - Static method in class org.refcodes.struct.TypeUtility
-
Tests whether the provided type represents a primitive type or the object
representation the such or a
String which we consider to be a
simple type as well.
- isSimpleType(Class<?>, boolean) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a simple type.
- isSimpleType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
simple type.
- isSimpleType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a simple type.
- isSimpleType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
simple type.
- isSimpleType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a simple type.
- isSimpleType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a simple type.
- isWrapperArrayType() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a
wrapper type array.
- isWrapperArrayType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a wrapper array type of a
primitive array type.
- isWrapperArrayType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
wrapper type array.
- isWrapperArrayType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a wrapper type array.
- isWrapperArrayType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
wrapper type array.
- isWrapperArrayType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a wrapper type array.
- isWrapperArrayType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a wrapper type array.
- isWrapperType() - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the root path can be treated as a
wrapper type.
- isWrapperType(Class<?>) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a wrapper type of a primitive
type.
- isWrapperType(Class<?>, boolean) - Static method in enum org.refcodes.struct.SimpleType
-
Tests whether the given class represents a wrapper (array) type.
- isWrapperType(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
wrapper type.
- isWrapperType(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a wrapper type.
- isWrapperType(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path can be treated as a
wrapper type.
- isWrapperType(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a wrapper type.
- isWrapperType(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Determines if the elements below the given path elements can be treated
as a wrapper type.
- iterator() - Method in interface org.refcodes.struct.Elements
-
Returns an
Iterator instance of all the data elements contained
in the
Elements (collection).
-------------------------------------------------------------------------
ATTENTION: The
Iterator.remove() method may be disabled in the
returned
Iterator instance as the
Elements is supposed to
be read-only.
- iterator() - Method in interface org.refcodes.struct.Elements.MutableElements
-
Returns an
Iterator instance of all the data elements
contained in the container (collection).
---------------------------------------------------------------------
ATTENTION: The
Iterator.remove() method is enabled in the
returned
Iterator instance as the
Elements.MutableElements is
possibly readable and writable.
- PathComparator - Class in org.refcodes.struct
-
Comparator for path elements, it takes care to sort index values correctly,
e.g. "1000" must come after "9": The paths "/foo/bar/1000/wow" and
"/foo/bar/9/wow" should be sorted as follows:
"/foo/bar/9/wow"
"/foo/bar/1000/wow"
- PathComparator(char) - Constructor for class org.refcodes.struct.PathComparator
-
- PathComparator(char, PathSortStrategy) - Constructor for class org.refcodes.struct.PathComparator
-
- PathMap<T> - Interface in org.refcodes.struct
-
A
PathMap is a flat map by which each element is addressed by a path;
represented by the
PathMap's keys.
- PathMap.MutablePathMap<T> - Interface in org.refcodes.struct
-
- PathMap.PathMapBuilder<T> - Interface in org.refcodes.struct
-
- PathMapBuilderImpl<T> - Class in org.refcodes.struct
-
The Class PathMapBuilderImpl.
- PathMapBuilderImpl(char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Create an empty
PathMap.PathMapBuilder instance using the default path
delimiter "/" (
Delimiter.PATH) for the path declarations.
- PathMapBuilderImpl(Object, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(String, Object, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(String, Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(String, Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapBuilderImpl(String, Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
- PathMapImpl<T> - Class in org.refcodes.struct
-
The Class PathMapImpl.
- PathMapImpl(char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Create a
PathMap instance using the provided path delimiter for
the path declarations.
- PathMapImpl(Object, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(String, Object, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(String, Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(String, Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(String, Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- PathMapImpl(PathMap<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
- paths() - Method in interface org.refcodes.struct.PathMap
-
Same as
Keys.keySet() with according semantics in the method name.
- paths(Object) - Method in interface org.refcodes.struct.PathMap
-
- paths(Object...) - Method in interface org.refcodes.struct.PathMap
-
- paths(String) - Method in interface org.refcodes.struct.PathMap
-
- paths(String...) - Method in interface org.refcodes.struct.PathMap
-
- paths(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
- PathSortStrategy - Enum in org.refcodes.struct
-
- PRIMITIVE_TYPES - org.refcodes.struct.SimpleType
-
Convert wrapper types (e.g.
- PRIMITIVE_TYPES_WITH_ARRAY_TYPES - org.refcodes.struct.SimpleType
-
Convert wrapper types (e.g.
- PrimitiveArrayType - Enum in org.refcodes.struct
-
- Property - Interface in org.refcodes.struct
-
A
Property is defined as being
String representing a
property's key and a
String representing the proprty's value.
- Property.PropertyBuilder - Interface in org.refcodes.struct
-
Adds builder functionality to a
Property.
- PropertyBuilderImpl() - Constructor for class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
Use the builder methods or the bean attributes to set the key and the
value.
- PropertyBuilderImpl(String) - Constructor for class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
- PropertyBuilderImpl(String, char) - Constructor for class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
- PropertyBuilderImpl(String, String) - Constructor for class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
- PropertyImpl - Class in org.refcodes.struct
-
Implementation of the
Property interface.
- PropertyImpl() - Constructor for class org.refcodes.struct.PropertyImpl
-
Instantiates a new property impl.
- PropertyImpl(String) - Constructor for class org.refcodes.struct.PropertyImpl
-
- PropertyImpl(String, char) - Constructor for class org.refcodes.struct.PropertyImpl
-
- PropertyImpl(String, String) - Constructor for class org.refcodes.struct.PropertyImpl
-
- PropertyImpl.PropertyBuilderImpl - Class in org.refcodes.struct
-
- put(Object[], Class<?>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(Object[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(Object[], String) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(Object[], T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(Object, String) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Adds the given element related to the given key.
- put(Object, String) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Adds the given element related to the given key.
- put(String[], Class<?>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(String[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(String[], String) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(String[], T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(String, T) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Puts an element identified by the given key.
- put(Collection<?>, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts the given value into the child's path, relative to the given
parent's path.
- put(K, V) - Method in interface org.refcodes.struct.Keys.MutableValues
-
Puts an element identified by the given key.
- put(Property) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Puts the key/value-pair from the provided
Property.
- put(Property) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Puts the key/value-pair from the provided
Property.
- put(Relation<String, Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Adds the given element related to the given key.
- put(Relation<String, Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Adds the given element related to the given key.
- put(Relation<String, String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Adds the given element related to the given key.
- put(Relation<String, T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds the given element related to the given key.
- put(Relation<K, V>) - Method in interface org.refcodes.struct.Dictionary.MutableDictionary
-
Adds the given element related to the given key.
- putAll(Map<? extends String, ? extends Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
- putAll(Map<? extends String, ? extends Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
- putAll(Map<? extends String, ? extends String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
- putAll(Map<? extends String, ? extends T>) - Method in class org.refcodes.struct.PathMapBuilderImpl
- putAll(Properties) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
This method inserts all elements (key/value-pairs) found in the
provided
Properties instances of interoperability
reasons.
- putAll(Properties) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
This method inserts all elements (key/value-pairs) found in the
provided
Properties instances of interoperability
reasons.
- putAll(Properties) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
This method inserts all elements (key/value-pairs) found in the
provided
Properties instances of interoperability
reasons.
- putAll(CanonicalMap) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
This method inserts all elements (key/value-pairs) found in the
provided
CanonicalMap instances of interoperability reasons.
- putAll(ClassStructMap) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
This method inserts all elements (key/value-pairs) found in the
provided
ClassStructMap instances of interoperability
reasons.
- putAll(SimpleTypeMap) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
This method inserts all elements (key/value-pairs) found in the
provided
SimpleTypeMap instances of interoperability reasons.
- putArray(Object[], Collection<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(Object[], T[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(Object, Collection<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(Object, T[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(String[], Collection<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(String[], T[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(String, Collection<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(String, T[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(Collection<?>, Collection<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(Collection<?>, T[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Sets the leaves below the given path in an array and replaces any
existing array.
- putArray(Collection<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- putArray(T[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- putBoolean(Object[], Boolean) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- putBoolean(Object, Boolean) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Boolean value for the property referred to by the
key.
- putBoolean(String[], Boolean) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- putBoolean(String, Boolean) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Boolean value for the property referred to by the
key.
- putBoolean(Collection<?>, Boolean) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- putByte(Object[], Byte) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- putByte(Object, Byte) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Byte value for the property referred to by the key.
- putByte(String[], Byte) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- putByte(String, Byte) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Byte value for the property referred to by the key.
- putByte(Collection<?>, Byte) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- putChar(Object[], Character) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- putChar(Object, Character) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Character value for the property referred to by the
key.
- putChar(String[], Character) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- putChar(String, Character) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Character value for the property referred to by the
key.
- putChar(Collection<?>, Character) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- putClass(Object[], Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- putClass(Object, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Class value for the property referred to by the key.
- putClass(String[], Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- putClass(String, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Class value for the property referred to by the key.
- putClass(Collection<?>, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- putDirAt(int, Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(int, Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(int, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object[], int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Object, int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String[], int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(String, int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDirAt(Collection<?>, int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- putDouble(Object[], Double) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- putDouble(Object, Double) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Double value for the property referred to by the
key.
- putDouble(String[], Double) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- putDouble(String, Double) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Double value for the property referred to by the
key.
- putDouble(Collection<?>, Double) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- putEnum(Object[], E) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- putEnum(Object, E) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Enum value for the property referred to by the key.
- putEnum(String[], E) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- putEnum(String, E) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Enum value for the property referred to by the key.
- putEnum(Collection<?>, E) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- putFloat(Object[], Float) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- putFloat(Object, Float) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Float value for the property referred to by the key.
- putFloat(String[], Float) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- putFloat(String, Float) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Float value for the property referred to by the key.
- putFloat(Collection<?>, Float) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- putIfAbsent(String, T) - Method in class org.refcodes.struct.PathMapBuilderImpl
- putInt(Object[], Integer) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- putInt(Object, Integer) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Integer value for the property referred to by the
key.
- putInt(String[], Integer) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- putInt(String, Integer) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Integer value for the property referred to by the
key.
- putInt(Collection<?>, Integer) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- putLong(Object[], Long) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- putLong(Object, Long) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Long value for the property referred to by the key.
- putLong(String[], Long) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- putLong(String, Long) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Long value for the property referred to by the key.
- putLong(Collection<?>, Long) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- putShort(Object[], Short) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- putShort(Object, Short) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Short value for the property referred to by the key.
- putShort(String[], Short) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- putShort(String, Short) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Short value for the property referred to by the key.
- putShort(Collection<?>, Short) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- putString(Object[], String) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- putString(Object, String) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
String value for the property referred to by the
key.
- putString(String[], String) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- putString(String, String) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
String value for the property referred to by the
key.
- putString(Collection<?>, String) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- putValueAt(int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- putValueAt(Object[], int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- putValueAt(Object, int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- putValueAt(String[], int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- putValueAt(String, int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- putValueAt(Collection<?>, int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- query(Object...) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Object...) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String...) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String...) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(String...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- query(Pattern) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern instance.
- query(Pattern) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern instance.
- query(Pattern) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern instance.
- query(Pattern) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern instance.
- queryBetween(Object[], Object[], Object[]) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Object[], Object[], Object[]) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Object[], Object[], Object[]) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Object[], Object[], Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Object, Object, Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Object, Object, Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Object, Object, Object) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Object, Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String[], String[], String[]) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String[], String[], String[]) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String[], String[], String[]) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String[], String[], String[]) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String, String, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String, String, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String, String, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String, String, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(String, Pattern, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryBetween(String, Pattern, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryBetween(String, Pattern, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryBetween(String, Pattern, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryBetween(Collection<?>, Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Collection<?>, Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Collection<?>, Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryBetween(Collection<?>, Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object[], Object[]) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object[], Object[]) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object[], Object[]) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object[], Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object, Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object, Object) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String[], String[]) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String[], String[]) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String[], String[]) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String[], String[]) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(String, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryFrom(Pattern, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryFrom(Pattern, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryFrom(Pattern, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryFrom(Pattern, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryPaths(Object) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryPaths(Object...) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryPaths(String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryPaths(String...) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryPaths(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryPaths(Pattern) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryTo(Object[], String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Object[], String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Object[], String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Object[], String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Object, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Object, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Object, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String[], String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String[], String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String[], String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String[], String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(String, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Collection<?>, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Collection<?>, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Collection<?>, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Collection<?>, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using the PathMatcher' matching
patterns, similar to the wildcards '*', '?'
- queryTo(Pattern, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryTo(Pattern, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryTo(Pattern, String) - Method in interface org.refcodes.struct.PathMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- queryTo(Pattern, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Queries the keys of the instance using a regular expression as of the
provided
Pattern.
- Range<V extends Number & Comparable<V>> - Interface in org.refcodes.struct
-
Interface describing a range with a minimum value and a maximum value.
- Range.RangeBuilder<V extends Number & Comparable<V>> - Interface in org.refcodes.struct
-
Adds builder functionality to a
Range.
- RangeBuilderImpl() - Constructor for class org.refcodes.struct.RangeImpl.RangeBuilderImpl
-
Instantiates a new range builder impl.
- RangeBuilderImpl(V, V) - Constructor for class org.refcodes.struct.RangeImpl.RangeBuilderImpl
-
Instantiates a new range builder impl.
- RangeImpl<V extends Number & Comparable<V>> - Class in org.refcodes.struct
-
Implementation of the
Range interface.
- RangeImpl() - Constructor for class org.refcodes.struct.RangeImpl
-
Instantiates a new range impl.
- RangeImpl(V, V) - Constructor for class org.refcodes.struct.RangeImpl
-
Instantiates a new range impl.
- RangeImpl.RangeBuilderImpl<V extends Number & Comparable<V>> - Class in org.refcodes.struct
-
- Referencee<T> - Class in org.refcodes.struct
-
A
Referencee encapsulates a reference to an instance which might be
null at the time of the referencee's creation.
- Referencee() - Constructor for class org.refcodes.struct.Referencee
-
- referTo(T) - Method in class org.refcodes.struct.Referencee
-
Sets the according reference and returns the reference being set.
- Relation<K,V> - Interface in org.refcodes.struct
-
Provides an accessor for a key-to-value property useful in some occasions.
- Relation.RelationBuilder<K,V> - Interface in org.refcodes.struct
-
Adds builder functionality to a
Relation.
- RelationBuilderImpl() - Constructor for class org.refcodes.struct.RelationImpl.RelationBuilderImpl
-
Instantiates a new relation builder impl.
- RelationBuilderImpl(K, V) - Constructor for class org.refcodes.struct.RelationImpl.RelationBuilderImpl
-
Instantiates a new relation builder impl.
- RelationImpl<K,V> - Class in org.refcodes.struct
-
Implementation of the
Relation interface.
- RelationImpl() - Constructor for class org.refcodes.struct.RelationImpl
-
Instantiates a new relation impl.
- RelationImpl(K, V) - Constructor for class org.refcodes.struct.RelationImpl
-
- RelationImpl.RelationBuilderImpl<K,V> - Class in org.refcodes.struct
-
- remove(Object) - Method in interface org.refcodes.struct.Elements.MutableElements
-
- remove(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
- remove(Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- remove(Object, Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
- remove(String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- remove(String, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
- removeAll(Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Object...) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Object...) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String...) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String...) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all elements which's keys match the provided path query.
- removeAll(String...) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all elements which's keys match the provided path query.
- removeAll(Pattern) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all elements which's keys match the provided regular
expression: Queries the keys of the instance using the provided
Pattern
- removeAll(Pattern) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all elements which's keys match the provided regular
expression: Queries the keys of the instance using the provided
Pattern
- removeAll(Pattern) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all elements which's keys match the provided regular
expression: Queries the keys of the instance using the provided
Pattern
- removeAll(Pattern) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all elements which's keys match the provided regular
expression: Queries the keys of the instance using the provided
Pattern
- removeDirAt(int) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(int) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(int) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object[], int) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object[], int) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object[], int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object[], int) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object, int) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object, int) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object, int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(Object, int) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String[], int) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String[], int) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String[], int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String[], int) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String, int) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String, int) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String, int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeDirAt(String, int) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- removeFrom(Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Object...) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Object...) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String...) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String...) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(String...) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removeFrom(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes all properties below the provided path and returns the
PathMap with the removed elements, by which the paths exclude
the parent's path.
- removePaths(String...) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes the paths contained in the provided collection.
- removePaths(String...) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes the paths contained in the provided collection.
- removePaths(String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the paths contained in the provided collection.
- removePaths(String...) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes the paths contained in the provided collection.
- removePaths(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
Removes the paths contained in the provided collection.
- removePaths(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
Removes the paths contained in the provided collection.
- removePaths(Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the paths contained in the provided collection.
- removePaths(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
Removes the paths contained in the provided collection.
- removeValueAt(int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the value of an array at the root path with the given array
index.
- removeValueAt(Object[], int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the value of an array at the given path path with the given
array index.
- removeValueAt(Object, int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the value of an array at the given path path with the given
array index.
- removeValueAt(String[], int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the value of an array at the given path path with the given
array index.
- removeValueAt(String, int) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the value of an array at the given path path with the given
array index.
- replace(String, T) - Method in class org.refcodes.struct.PathMapBuilderImpl
- replace(String, T, T) - Method in class org.refcodes.struct.PathMapBuilderImpl
- replaceAll(BiFunction<? super String, ? super T, ? extends T>) - Method in class org.refcodes.struct.PathMapBuilderImpl
- retrieveBetween(Object[], Object[]) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Object[], Object[]) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Object[], Object[]) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Object[], Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- retrieveFrom(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- retrieveFrom(Object) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- retrieveFrom(Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path, excluding the
parent's path.
- retrieveFrom(Object...) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(Object...) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(String) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.CanonicalMapImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.ClassStructMapImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.PathMapImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String) - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Extracts a new
PathMap from the elements of this
PathMap
found below the "from-path".
- retrieveFrom(String...) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(String...) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(String...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements,
excluding the parent's path.
- retrieveFrom(PathMap<T>, String, PathMap.PathMapBuilder<T>) - Static method in class org.refcodes.struct.StructureUtility
-
- retrieveTo(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Object) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Object...) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Object...) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.CanonicalMapImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.ClassStructMapImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.PathMapImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String) - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String...) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String...) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(String...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Extracts a new
PathMap from this
PathMap's elements with
the paths relocated to the provided "to-path".
- retrieveTo(PathMap<T>, String, PathMap.PathMapBuilder<T>) - Static method in class org.refcodes.struct.StructureUtility
-
- withBooleans(boolean[]) - Method in interface org.refcodes.struct.BooleanArrayAccessor.BooleanArrayBuilder
-
Sets the boolean array for the boolean array property.
- withBytes(byte[]) - Method in interface org.refcodes.struct.ByteArrayAccessor.ByteArrayBuilder
-
Sets the byte array for the byte array property.
- withDoubles(double[]) - Method in interface org.refcodes.struct.DoubleArrayAccessor.DoubleArrayBuilder
-
Sets the double array for the double array property.
- withFloats(float[]) - Method in interface org.refcodes.struct.FloatArrayAccessor.FloatArrayBuilder
-
Sets the float array for the float array property.
- withInsert(Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsert(Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsert(Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsert(Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsert(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsert(PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsert(PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsert(PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsert(PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsert(PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertBetween(Object[], PathMap<Class<?>>, Object[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object[], PathMap<Object>, Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object[], PathMap<String>, Object[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object[], PathMap<T>, Object[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object[], PathMap<T>, Object[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertBetween(Object, PathMap<Class<?>>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object, PathMap<Object>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object, PathMap<String>, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object, PathMap<T>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Object, PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertBetween(String[], PathMap<Class<?>>, String[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String[], PathMap<Object>, String[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String[], PathMap<String>, String[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String[], PathMap<T>, String[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String[], PathMap<T>, String[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertBetween(String, PathMap<Class<?>>, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String, PathMap<Object>, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String, PathMap<String>, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String, PathMap<T>, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(String, PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertBetween(Collection<?>, PathMap<Class<?>>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Collection<?>, PathMap<Object>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Collection<?>, PathMap<String>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Collection<?>, PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertBetween(Collection<?>, PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertFrom(Object, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertFrom(Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertFrom(Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertFrom(Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertFrom(Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertFrom(PathMap<Class<?>>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Class<?>>, Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Class<?>>, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Class<?>>, String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Class<?>>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Object>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Object>, Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Object>, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Object>, String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<Object>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<String>, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<String>, Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<String>, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<String>, String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<String>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertFrom(PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertTo(Object[], PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object[], PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object[], PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object[], PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertTo(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertTo(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertTo(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertTo(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertTo(Object, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Object, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String[], Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertTo(String[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertTo(String[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertTo(String[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertTo(String[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertTo(String[], PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String[], PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String[], PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String[], PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertTo(String, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertTo(String, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertTo(String, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertTo(String, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertTo(String, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(String, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withInsertTo(Collection<?>, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Collection<?>, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Collection<?>, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withInsertTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withKey(String) - Method in interface org.refcodes.struct.Attribute.AttributeBuilder
-
With key.
- withKey(String) - Method in interface org.refcodes.struct.Property.PropertyBuilder
-
With key.
- withKey(K) - Method in interface org.refcodes.struct.Relation.RelationBuilder
-
With key.
- withMaxValue(V) - Method in interface org.refcodes.struct.Range.RangeBuilder
-
With max value.
- withMerge(Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMerge(Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMerge(Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMerge(Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMerge(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMerge(PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMerge(PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMerge(PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMerge(PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMerge(PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeBetween(Object[], PathMap<Class<?>>, Object[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object[], PathMap<Object>, Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object[], PathMap<String>, Object[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object[], PathMap<T>, Object[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object[], PathMap<T>, Object[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeBetween(Object, PathMap<Class<?>>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object, PathMap<Object>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object, PathMap<String>, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object, PathMap<T>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Object, PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeBetween(String[], PathMap<Class<?>>, String[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String[], PathMap<Object>, String[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String[], PathMap<String>, String[]) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String[], PathMap<T>, String[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String[], PathMap<T>, String[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeBetween(String, PathMap<Class<?>>, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String, PathMap<Object>, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String, PathMap<String>, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String, PathMap<T>, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(String, PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeBetween(Collection<?>, PathMap<Class<?>>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Collection<?>, PathMap<Object>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Collection<?>, PathMap<String>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Collection<?>, PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeBetween(Collection<?>, PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeFrom(Object, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeFrom(Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeFrom(Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeFrom(Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeFrom(Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeFrom(PathMap<Class<?>>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Class<?>>, Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Class<?>>, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Class<?>>, String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Class<?>>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Object>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Object>, Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Object>, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Object>, String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<Object>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<String>, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<String>, Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<String>, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<String>, String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<String>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeFrom(PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeTo(Object[], PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object[], PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object[], PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object[], PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeTo(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeTo(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeTo(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeTo(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeTo(Object, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Object, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String[], Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeTo(String[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeTo(String[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeTo(String[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeTo(String[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeTo(String[], PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String[], PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String[], PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String[], PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeTo(String, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeTo(String, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeTo(String, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeTo(String, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeTo(String, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(String, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withMergeTo(Collection<?>, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Collection<?>, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Collection<?>, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMergeTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Method to semantically emphasize that we support our own types.
- withMinValue(V) - Method in interface org.refcodes.struct.Range.RangeBuilder
-
With min value.
- withPut(Object[], Class<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withPut(Object[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withPut(Object[], String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withPut(Object[], T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withPut(Object[], T) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withPut(String[], Class<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withPut(String[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withPut(String[], String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withPut(String[], T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withPut(String[], T) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withPut(String, Class<?>) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
-
- withPut(String, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withPut(String, Object) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
- withPut(String, String) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
-
- withPut(String, T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withPut(String, T) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
- withPut(Collection<?>, Class<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withPut(Collection<?>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withPut(Collection<?>, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withPut(Collection<?>, T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withPut(Collection<?>, T) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withPut(K, V) - Method in interface org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder
-
- withPut(Property) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withPut(Property) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withPut(Relation<String, Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withPut(Relation<String, Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withPut(Relation<String, String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withPut(Relation<String, T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withPut(Relation<String, T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withPut(Relation<K, V>) - Method in interface org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder
-
- withPutBoolean(Object[], Boolean) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(Object[], Boolean) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(Object[], Boolean) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(Object, Boolean) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Boolean value for the property referred to by the
key.
- withPutBoolean(Object, Boolean) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Boolean value for the property referred to by the
key.
- withPutBoolean(Object, Boolean) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Boolean value for the property referred to by the
key.
- withPutBoolean(String[], Boolean) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(String[], Boolean) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(String[], Boolean) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(String, Boolean) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Boolean value for the property referred to by the
key.
- withPutBoolean(String, Boolean) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Boolean value for the property referred to by the
key.
- withPutBoolean(String, Boolean) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Boolean value for the property referred to by the
key.
- withPutBoolean(Collection<?>, Boolean) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(Collection<?>, Boolean) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutBoolean(Collection<?>, Boolean) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path.
- withPutByte(Object[], Byte) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(Object[], Byte) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(Object[], Byte) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(Object, Byte) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Byte value for the property referred to by the key.
- withPutByte(Object, Byte) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Byte value for the property referred to by the key.
- withPutByte(Object, Byte) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Byte value for the property referred to by the key.
- withPutByte(String[], Byte) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(String[], Byte) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(String[], Byte) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(String, Byte) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Byte value for the property referred to by the key.
- withPutByte(String, Byte) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Byte value for the property referred to by the key.
- withPutByte(String, Byte) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Byte value for the property referred to by the key.
- withPutByte(Collection<?>, Byte) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(Collection<?>, Byte) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutByte(Collection<?>, Byte) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Byte value for the property referred to by the path
elements representing the addressed path.
- withPutChar(Object[], Character) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(Object[], Character) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(Object[], Character) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(Object, Character) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Character value for the property referred to by the
key.
- withPutChar(Object, Character) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Character value for the property referred to by the
key.
- withPutChar(Object, Character) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Character value for the property referred to by the
key.
- withPutChar(String[], Character) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(String[], Character) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(String[], Character) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(String, Character) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Character value for the property referred to by the
key.
- withPutChar(String, Character) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Character value for the property referred to by the
key.
- withPutChar(String, Character) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Character value for the property referred to by the
key.
- withPutChar(Collection<?>, Character) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(Collection<?>, Character) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutChar(Collection<?>, Character) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Character value for the property referred to by the
path elements representing the addressed path.
- withPutClass(Object[], Class<C>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(Object[], Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(Object[], Class<C>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(Object, Class<C>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Class value for the property referred to by the key.
- withPutClass(Object, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Class value for the property referred to by the key.
- withPutClass(Object, Class<C>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Class value for the property referred to by the key.
- withPutClass(String[], Class<C>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(String[], Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(String[], Class<C>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(String, Class<C>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Class value for the property referred to by the key.
- withPutClass(String, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Class value for the property referred to by the key.
- withPutClass(String, Class<C>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Class value for the property referred to by the key.
- withPutClass(Collection<?>, Class<C>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(Collection<?>, Class<C>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutClass(Collection<?>, Class<C>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Class value for the property referred to by the path
elements representing the addressed path.
- withPutDirAt(int, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object[], int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Object, int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String[], int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, PathMap<T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(String, int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, PathMap<Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, PathMap<Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, PathMap<String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDirAt(Collection<?>, int, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
- withPutDouble(Object[], Double) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(Object[], Double) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(Object[], Double) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(Object, Double) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Double value for the property referred to by the
key.
- withPutDouble(Object, Double) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Double value for the property referred to by the
key.
- withPutDouble(Object, Double) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Double value for the property referred to by the
key.
- withPutDouble(String[], Double) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(String[], Double) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(String[], Double) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(String, Double) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Double value for the property referred to by the
key.
- withPutDouble(String, Double) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Double value for the property referred to by the
key.
- withPutDouble(String, Double) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Double value for the property referred to by the
key.
- withPutDouble(Collection<?>, Double) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(Collection<?>, Double) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutDouble(Collection<?>, Double) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Double value for the property referred to by the
path elements representing the addressed path.
- withPutEnum(Object[], E) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(Object[], E) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(Object[], E) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(Object, E) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Enum value for the property referred to by the key.
- withPutEnum(Object, E) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Enum value for the property referred to by the key.
- withPutEnum(Object, E) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Enum value for the property referred to by the key.
- withPutEnum(String[], E) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(String[], E) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(String[], E) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(String, E) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Enum value for the property referred to by the key.
- withPutEnum(String, E) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Enum value for the property referred to by the key.
- withPutEnum(String, E) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Enum value for the property referred to by the key.
- withPutEnum(Collection<?>, E) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(Collection<?>, E) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutEnum(Collection<?>, E) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Enum value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(Object[], Float) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(Object[], Float) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(Object[], Float) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(Object, Float) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Float value for the property referred to by the key.
- withPutFloat(Object, Float) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Float value for the property referred to by the key.
- withPutFloat(Object, Float) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Float value for the property referred to by the key.
- withPutFloat(String[], Float) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(String[], Float) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(String[], Float) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(String, Float) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Float value for the property referred to by the key.
- withPutFloat(String, Float) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Float value for the property referred to by the key.
- withPutFloat(String, Float) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Float value for the property referred to by the key.
- withPutFloat(Collection<?>, Float) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(Collection<?>, Float) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutFloat(Collection<?>, Float) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Float value for the property referred to by the path
elements representing the addressed path.
- withPutInt(Object[], Integer) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(Object[], Integer) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(Object[], Integer) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(Object, Integer) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Integer value for the property referred to by the
key.
- withPutInt(Object, Integer) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Integer value for the property referred to by the
key.
- withPutInt(Object, Integer) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Integer value for the property referred to by the
key.
- withPutInt(String[], Integer) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(String[], Integer) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(String[], Integer) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(String, Integer) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Integer value for the property referred to by the
key.
- withPutInt(String, Integer) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Integer value for the property referred to by the
key.
- withPutInt(String, Integer) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Integer value for the property referred to by the
key.
- withPutInt(Collection<?>, Integer) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(Collection<?>, Integer) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutInt(Collection<?>, Integer) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Integer value for the property referred to by the
path elements representing the addressed path.
- withPutLong(Object[], Long) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(Object[], Long) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(Object[], Long) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(Object, Long) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Long value for the property referred to by the key.
- withPutLong(Object, Long) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Long value for the property referred to by the key.
- withPutLong(Object, Long) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Long value for the property referred to by the key.
- withPutLong(String[], Long) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(String[], Long) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(String[], Long) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(String, Long) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Long value for the property referred to by the key.
- withPutLong(String, Long) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Long value for the property referred to by the key.
- withPutLong(String, Long) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Long value for the property referred to by the key.
- withPutLong(Collection<?>, Long) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(Collection<?>, Long) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutLong(Collection<?>, Long) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Long value for the property referred to by the path
elements representing the addressed path.
- withPutShort(Object[], Short) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(Object[], Short) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(Object[], Short) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(Object, Short) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Short value for the property referred to by the key.
- withPutShort(Object, Short) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Short value for the property referred to by the key.
- withPutShort(Object, Short) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Short value for the property referred to by the key.
- withPutShort(String[], Short) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(String[], Short) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(String[], Short) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(String, Short) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Short value for the property referred to by the key.
- withPutShort(String, Short) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Short value for the property referred to by the key.
- withPutShort(String, Short) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Short value for the property referred to by the key.
- withPutShort(Collection<?>, Short) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(Collection<?>, Short) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutShort(Collection<?>, Short) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
Short value for the property referred to by the path
elements representing the addressed path.
- withPutString(Object[], String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(Object[], String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(Object[], String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(Object, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
String value for the property referred to by the
key.
- withPutString(Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
String value for the property referred to by the
key.
- withPutString(Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
String value for the property referred to by the
key.
- withPutString(String[], String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(String[], String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(String[], String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(String, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
String value for the property referred to by the
key.
- withPutString(String, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
String value for the property referred to by the
key.
- withPutString(String, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
String value for the property referred to by the
key.
- withPutString(Collection<?>, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(Collection<?>, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withPutString(Collection<?>, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Sets the
String value for the property referred to by the
path elements representing the addressed path.
- withRemoveFrom(Object) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withRemoveFrom(Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withRemoveFrom(Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withRemoveFrom(Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withRemoveFrom(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withRemoveFrom(Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withRemoveFrom(Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withRemoveFrom(Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withRemoveFrom(Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withRemoveFrom(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withRemoveFrom(String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withRemoveFrom(String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withRemoveFrom(String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withRemoveFrom(String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withRemoveFrom(String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withRemoveFrom(String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withRemoveFrom(String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withRemoveFrom(String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withRemoveFrom(String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withRemoveFrom(String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
- withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withRemovePaths(String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
- withRemovePaths(String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
- withRemovePaths(String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
- withRemovePaths(String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
- withShorts(short[]) - Method in interface org.refcodes.struct.ShortArrayAccessor.ShortArrayBuilder
-
Sets the short array for the short array property.
- withStrings(String[]) - Method in interface org.refcodes.struct.StringArrayAccessor.StringArrayBuilder
-
Sets the String array for the String array property.
- withTypeMode(SimpleType) - Method in interface org.refcodes.struct.TypeModeAccessor.TypeModeBuilder
-
Sets the type mode for the type mode property.
- withValue(Object) - Method in interface org.refcodes.struct.Attribute.AttributeBuilder
-
With value.
- withValue(String) - Method in interface org.refcodes.struct.Property.PropertyBuilder
-
With value.
- withValue(V) - Method in interface org.refcodes.struct.Relation.RelationBuilder
-
With value.
- WRAPPER_TYPES - org.refcodes.struct.SimpleType
-
Convert primitive types (e.g.
- WRAPPER_TYPES_WITH_ARRAY_TYPES - org.refcodes.struct.SimpleType
-
Convert primitive types (e.g.