Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(E) - Method in interface org.refcodes.struct.Elements.MutableElements
-
Same as
Collection.add(Object)
. - 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
-
Adds an element to the next index as of
PathMap.nextArrayIndex(String[])
. - ALPHABETIC - Enum constant in enum class org.refcodes.struct.PathSortStrategy
-
Sort alphabetically, differentiating between upper case and lower case, e.g. "10" will be sorted before "2".
- ALPHABETIC_IGNORE_CASE - Enum constant in enum class org.refcodes.struct.PathSortStrategy
-
Sort alphabetically, not differentiating between upper case and lower case, e.g. "10" will be sorted before "2".
- ALPHANUMERIC - Enum constant in enum class 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 - Enum constant in enum class 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
-
Adds an element to the next index as of
PathMap.nextArrayIndex(String[])
. - appendValueTo(Object, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds an element to the next index as of
PathMap.nextArrayIndex(String[])
. - appendValueTo(String[], T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds an element to the next index as of
PathMap.nextArrayIndex(String)
. - appendValueTo(String, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds an element to the next index as of
PathMap.nextArrayIndex(String)
. - appendValueTo(Collection<?>, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds an element to the next index as of
PathMap.nextArrayIndex(String[])
. - appendValueTo(T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Adds an element to the next index as of
PathMap.nextArrayIndex()
. - ARRAY_SELECTOR - Static variable in interface org.refcodes.struct.ClassStructMap
- asArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Same as
CanonicalMap.asArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asBooleanArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asBooleanArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asByteArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asByteArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asCharArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asCharArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asDoubleArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asDoubleArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asFloatArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asFloatArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asIntArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asIntArray(String, char)
using a comma (',') as delimiter. - 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.
- asKey(Object) - Static method in interface org.refcodes.struct.InterOperableMap
- asLongArray(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Same as
CanonicalMap.asLongArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asLongArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asShortArray(String, char)
using a comma (',') as delimiter. - 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
-
Same as
CanonicalMap.asShortArray(String, char)
using a comma (',') as delimiter. - 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
-
Adds builder functionality to an
Attribute
. - 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
-
Implementation of the
Property.PropertyBuilder
interface.
B
- BOOLEAN - Enum constant in enum class org.refcodes.struct.PrimitiveArrayType
- BooleanArrayAccessor - Interface in org.refcodes.struct
-
Provides an accessor for a boolean array property.
- BooleanArrayAccessor.BooleanArrayBuilder<B extends BooleanArrayAccessor.BooleanArrayBuilder<B>> - Interface in org.refcodes.struct
-
Provides a builder method for a boolean array property returning the builder for applying multiple build operations.
- BooleanArrayAccessor.BooleanArrayMutator - Interface in org.refcodes.struct
-
Provides a mutator for a boolean array property.
- BooleanArrayAccessor.BooleanArrayProperty - Interface in org.refcodes.struct
-
Provides a boolean array property.
- BoundedIterator<T> - Class in org.refcodes.struct
-
The
BoundedIterator
decorates anIterator
to limit its element to a maximum number. - BoundedIterator(Iterator<T>, int) - Constructor for class org.refcodes.struct.BoundedIterator
-
Decorates the given
Iterator
with the given length bounds. - BYTE - Enum constant in enum class org.refcodes.struct.PrimitiveArrayType
- ByteArrayAccessor - Interface in org.refcodes.struct
-
Provides an accessor for a byte array property.
- ByteArrayAccessor.ByteArrayBuilder<B extends ByteArrayAccessor.ByteArrayBuilder<B>> - Interface in org.refcodes.struct
-
Provides a builder method for a byte array property returning the builder for applying multiple build operations.
- ByteArrayAccessor.ByteArrayMutator - Interface in org.refcodes.struct
-
Provides a mutator for a byte array property.
- ByteArrayAccessor.ByteArrayProperty - Interface in org.refcodes.struct
-
Provides a byte array property.
C
- CanonicalMap - Interface in org.refcodes.struct
-
The
CanonicalMap
is an "intermediate" type adding type and Data-Structure related functionality to any implementing class. - CanonicalMap.CanonicalMapBuilder - Interface in org.refcodes.struct
-
The Interface CanonicalMapBuilder.
- CanonicalMap.MutableCanonicalMap - Interface in org.refcodes.struct
-
The Interface MutableCanonicalMap.
- CanonicalMapBuilderImpl - Class in org.refcodes.struct
-
The Class CanonicalMapBuilderImpl.
- CanonicalMapBuilderImpl() - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Create an empty
CanonicalMap.CanonicalMapBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapBuilderImpl(char) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Create a
CanonicalMap.CanonicalMapBuilder
instance using the provided path delimiter for the path declarations. - CanonicalMapBuilderImpl(Object) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Create a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapBuilderImpl(Object, char) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Creates a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CanonicalMapBuilderImpl(Object, String) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Creates a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapBuilderImpl(Object, String, char) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Creates a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CanonicalMapBuilderImpl(String, Object) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Create a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapBuilderImpl(String, Object, char) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Creates a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CanonicalMapBuilderImpl(String, Object, String) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Creates a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - CanonicalMapBuilderImpl(String, Object, String, char) - Constructor for class org.refcodes.struct.CanonicalMapBuilderImpl
-
Create a
CanonicalMap.CanonicalMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CanonicalMapImpl - Class in org.refcodes.struct
-
The Class CanonicalMapImpl.
- CanonicalMapImpl() - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Create an empty
CanonicalMap
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapImpl(char) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Create a
CanonicalMap
instance using the provided path delimiter for the path declarations. - CanonicalMapImpl(Object) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Create a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapImpl(Object, char) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Creates a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CanonicalMapImpl(Object, String) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Creates a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapImpl(Object, String, char) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Creates a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CanonicalMapImpl(String, Object) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Create a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - CanonicalMapImpl(String, Object, char) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Creates a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CanonicalMapImpl(String, Object, String) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Creates a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - CanonicalMapImpl(String, Object, String, char) - Constructor for class org.refcodes.struct.CanonicalMapImpl
-
Create a
CanonicalMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - CHAR - Enum constant in enum class org.refcodes.struct.PrimitiveArrayType
- children() - Method in interface org.refcodes.struct.PathMap
-
Retrieves the entry names below the root including leaves as well as directories.
- children(Object) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the entry names below the given path including leaves as well as directories.
- children(Object...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the entry names below the given path including leaves as well as directories.
- children(String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the entry names below the given path including leaves as well as directories.
- children(String...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the entry names below the given path including leaves as well as directories.
- children(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the entry names below the given path including leaves as well as directories.
- ClassStructMap - Interface in org.refcodes.struct
-
The
ClassStructMap
disects aClass
into its simple types (consideringString
andEnum
types as well as primitive types). - ClassStructMap.ClassStructMapBuilder - Interface in org.refcodes.struct
-
The Interface ClassStructMapBuilder.
- ClassStructMap.MutableClassStructMap - Interface in org.refcodes.struct
-
The Interface MutableClassStructMap.
- ClassStructMapBuilderImpl - Class in org.refcodes.struct
-
The Class ClassStructBuilderImpl.
- ClassStructMapBuilderImpl() - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create an empty
ClassStructMap.ClassStructMapBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapBuilderImpl(char) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance using the provided path delimiter for the path declarations. - ClassStructMapBuilderImpl(char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance using the provided path delimiter for the path declarations. - ClassStructMapBuilderImpl(Object) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapBuilderImpl(Object, char) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(Object, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(Object, String) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapBuilderImpl(Object, String, char) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(Object, String, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(Object, String, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapBuilderImpl(Object, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapBuilderImpl(String, Object) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapBuilderImpl(String, Object, char) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(String, Object, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(String, Object, String) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - ClassStructMapBuilderImpl(String, Object, String, char) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(String, Object, String, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapBuilderImpl(String, Object, String, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Creates a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - ClassStructMapBuilderImpl(String, Object, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create a
ClassStructMap.ClassStructMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapBuilderImpl(SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapBuilderImpl
-
Create an empty
ClassStructMap.ClassStructMapBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl - Class in org.refcodes.struct
-
The Class ClassStructMapImpl.
- ClassStructMapImpl() - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create an empty
ClassStructMap
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl(char) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance using the provided path delimiter for the path declarations. - ClassStructMapImpl(char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance using the provided path delimiter for the path declarations. - ClassStructMapImpl(Object) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl(Object, char) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(Object, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(Object, String) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl(Object, String, char) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(Object, String, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(Object, String, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl(Object, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl(String, Object) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl(String, Object, char) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(String, Object, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(String, Object, String) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - ClassStructMapImpl(String, Object, String, char) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(String, Object, String, char, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - ClassStructMapImpl(String, Object, String, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Creates a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - ClassStructMapImpl(String, Object, SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create a
ClassStructMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - ClassStructMapImpl(SimpleType) - Constructor for class org.refcodes.struct.ClassStructMapImpl
-
Create an empty
ClassStructMap
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - clear() - Method in class org.refcodes.struct.PathMapBuilderImpl
- compare(String, String) - Method in class org.refcodes.struct.PathComparator
- compute(String, BiFunction<? super String, ? super T, ? extends T>) - Method in class org.refcodes.struct.PathMapBuilderImpl
- computeIfAbsent(String, Function<? super String, ? extends T>) - Method in class org.refcodes.struct.PathMapBuilderImpl
- computeIfPresent(String, BiFunction<? super String, ? super T, ? extends T>) - Method in class org.refcodes.struct.PathMapBuilderImpl
- Containable - Interface in org.refcodes.struct
-
A
Containable
is the base functionality provided container (collection). - Container<E> - Interface in org.refcodes.struct
-
Basic functionality being provided by any
Container
(collection) style class. - Container.ClearableContainer<E> - Interface in org.refcodes.struct
- Container.MutableContainer<E> - Interface in org.refcodes.struct
-
Extends the
Container
with mutable (writable) functionality, ehttps://www.metacodes.proly by enabling theIterator.remove()
method in theIterator
provided viaElements.iterator()
. - contains(Object) - Method in interface org.refcodes.struct.Elements
-
Tests whether the specified object is an element of the
Elements
(collection). - containsKey(Object) - Method in class org.refcodes.struct.CanonicalMapImpl
-
Tests whether there is an element with the given key.
- containsKey(Object) - Method in class org.refcodes.struct.ClassStructMapImpl
-
Tests whether there is an element with the given key.
- containsKey(Object) - Method in interface org.refcodes.struct.Keys
-
Tests whether there is an element with the given key.
- containsKey(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Tests whether there is an element with the given key.
- containsKey(Object) - Method in class org.refcodes.struct.PathMapImpl
-
Tests whether there is an element with the given key.
- containsKey(Object) - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Tests whether there is an element with the given key.
- containsKey(Object...) - Method in interface org.refcodes.struct.PathMap
-
Tests whether the path elements addressing the according path (key) exist as of
Keys.containsKey(Object)
. - containsKey(String...) - Method in interface org.refcodes.struct.PathMap
-
Tests whether the path elements addressing the according path (key) exist as of
Keys.containsKey(Object)
. - containsKey(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Tests whether the path elements addressing the according path (key) exist as of
Keys.containsKey(Object)
. - containsValue(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in interface org.refcodes.struct.Keys
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in class org.refcodes.struct.PathMapImpl
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
This method is defined for the sake of
Map
conformity. - containsValue(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
-
This method is defined for the sake of
Map
conformity. - createBackingMap() - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Hook for creating an individual backing
Map
to be used by thePathMapBuilderImpl
.
D
- DEFAULT - Enum constant in enum class org.refcodes.struct.PathSortStrategy
-
Default sort strategy being
PathSortStrategy.ALPHANUMERIC_IGNORE_CASE
- DEFAULT - Enum constant in enum class org.refcodes.struct.SimpleType
-
Convert primitive types (e.g.
- delete(Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes an element identified by the given key.
- delete(Object[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes an element identified by the given key.
- delete(String) - Method in interface org.refcodes.struct.Keys.MutableKeys
-
Removes an element identified by the given key.
- delete(String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes an element identified by the given key.
- delete(String[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes an element identified by the given key.
- delete(Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes an element identified by the given key.
- DELIMITER - Static variable in interface org.refcodes.struct.PathMap
- Dictionary<K,
V> - Interface in org.refcodes.struct -
Basic functionality being provided by any
Dictionary
(map) style class. - Dictionary.MutableDictionary<K,
V> - Interface in org.refcodes.struct -
Extends the
Dictionary
with mutable (writable) functionality, ehttps://www.metacodes.proly by providingKeys.MutableValues.put(Object, Object)
andKeys.MutableKeys.delete(String)
methods. - Dictionary.MutableDictionary.DictionaryBuilder<K,
V, B extends Dictionary.MutableDictionary.DictionaryBuilder<K, V, B>> - Interface in org.refcodes.struct -
Provides a builder method for a
Relation
property returning the builder for applying multiple build operations. - dirs() - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.dirs(String)
method for the root path "/". - dirs(Object) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the directory names below the given path excluding any entries representing leaves.
- dirs(Object...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the directory names below the given path elements excluding any entries representing leaves.
- dirs(String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the directory names below the given path excluding any entries representing leaves.
- dirs(String...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the directory names below the given path elements excluding any entries representing leaves.
- dirs(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the directory names below the given path elements excluding any entries representing leaves.
- DOUBLE - Enum constant in enum class org.refcodes.struct.PrimitiveArrayType
- DoubleArrayAccessor - Interface in org.refcodes.struct
-
Provides an accessor for a double array property.
- DoubleArrayAccessor.DoubleArrayBuilder<B extends DoubleArrayAccessor.DoubleArrayBuilder<B>> - Interface in org.refcodes.struct
-
Provides a builder method for a double array property returning the builder for applying multiple build operations.
- DoubleArrayAccessor.DoubleArrayMutator - Interface in org.refcodes.struct
-
Provides a mutator for a double array property.
- DoubleArrayAccessor.DoubleArrayProperty - Interface in org.refcodes.struct
-
Provides a double array property.
E
- Elements<E> - Interface in org.refcodes.struct
-
Basic functionality being provided by any
Elements
(collection) style class. - Elements.ClearableElements<E> - Interface in org.refcodes.struct
- Elements.MutableElements<E> - Interface in org.refcodes.struct
-
Extends the
Elements
with mutable (writable) functionality, ehttps://www.metacodes.proly by enabling theIterator.remove()
method in theIterator
provided viaElements.MutableElements.iterator()
and by providing theElements.MutableElements.add(Object)
and theElements.MutableElements.remove(Object)
methods. - entrySet() - Method in class org.refcodes.struct.PathMapBuilderImpl
- equals(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
F
- findPaths(T) - Method in interface org.refcodes.struct.PathMap
-
Finds all paths whose values equal that of the given value.
- FLOAT - Enum constant in enum class org.refcodes.struct.PrimitiveArrayType
- FloatArrayAccessor - Interface in org.refcodes.struct
-
Provides an accessor for a float array property.
- FloatArrayAccessor.FloatArrayBuilder<B extends FloatArrayAccessor.FloatArrayBuilder<B>> - Interface in org.refcodes.struct
-
Provides a builder method for a float array property returning the builder for applying multiple build operations.
- FloatArrayAccessor.FloatArrayMutator - Interface in org.refcodes.struct
-
Provides a mutator for a float array property.
- FloatArrayAccessor.FloatArrayProperty - Interface in org.refcodes.struct
-
Provides a float array property.
- forEach(BiConsumer<? super String, ? super T>) - Method in class org.refcodes.struct.PathMapBuilderImpl
- fromExternalPath(String, char...) - Method in interface org.refcodes.struct.PathMap
-
Converts an external key (path) which uses a different notation from
DelimiterAccessor.getDelimiter()
for the path delimiter and converts those to the default delimiter. - fromGetterMethod(Method) - Static method in class org.refcodes.struct.TypeUtility
- fromInstance(Object) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
-
Hook method when introspecting an object to help conversion of that object to the target types.
- fromInstance(Object) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
-
Hook method when introspecting an object to help conversion of that object to the target types.
- fromInstance(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Hook method when introspecting an object to help conversion of that object to the target types.
- fromInstance(Object) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Hook method when introspecting an object to help conversion of that object to the target types.
- fromObject(Object) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
- fromObject(Object) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
- fromObject(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
- fromObject(Object) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
- fromSimpleType(T) - Static method in enum class org.refcodes.struct.SimpleType
-
Converts a simple type to a
String
which can be converted back with the companion methodSimpleType.toSimpleType(String, Class)
. - fromType(Object[], TYPE) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromType(Object, TYPE) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromType(String[], TYPE) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromType(String, TYPE) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromType(Collection<?>, TYPE) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromType(TYPE) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromType(TYPE, Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromType(TYPE, String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Fills this
PathMap
from the given type instance's data (e.g. - fromValue(String, Object) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
-
Hook method for intercepting or modifying the process of object introspection.
- fromValue(String, Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Hook method for intercepting or modifying the process of object introspection.
- fromValue(String, Object, Set<Object>) - Method in class org.refcodes.struct.PathMapBuilderImpl
G
- 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 aString
(if not being aString
already) and then concatenating the elements with the path delimiterDelimiterAccessor.getDelimiter()
in between and taking care to avoid duplicate path delimiters. - get(String...) - Method in interface org.refcodes.struct.PathMap
-
Applies the
Keys.get(Object)
method for the provided path elements by concatenating the elements with the path delimiterDelimiterAccessor.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 delimiterDelimiterAccessor.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
-
Applies the
PathMap.getArray(String)
method for the root path "/". - getArray(Object) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArrayOr(String, Object[])
method for the provided path elements by concatenating the elements with the path delimiterDelimiterAccessor.getDelimiter()
in between and taking care to avoid duplicate path delimiters. - 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 delimiterDelimiterAccessor.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 delimiterDelimiterAccessor.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 delimiterDelimiterAccessor.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.
- getArrayOr(Object[], T[]) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArrayOr(String, Object[])
method for the provided path elements by concatenating the elements with the path delimiterDelimiterAccessor.getDelimiter()
in between and taking care to avoid duplicate path delimiters. - getArrayOr(Object, T[]) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArrayOr(String, Object[])
method for the provided path elements by concatenating the elements with the path delimiterDelimiterAccessor.getDelimiter()
in between and taking care to avoid duplicate path delimiters. - getArrayOr(String[], T[]) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArrayOr(String, Object[])
method for the provided path elements by concatenating the elements with the path delimiterDelimiterAccessor.getDelimiter()
in between and taking care to avoid duplicate path delimiters. - getArrayOr(String, T[]) - Method in interface org.refcodes.struct.PathMap
-
Returns the leaves below the given path in an array.
- getArrayOr(Collection<?>, T[]) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArrayOr(String, Object[])
method for the provided path elements by concatenating the elements with the path delimiterDelimiterAccessor.getDelimiter()
in between and taking care to avoid duplicate path delimiters. - getArrayOr(T[]) - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.getArrayOr(String, Object[])
method for the root 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.
- getCause() - Method in exception org.refcodes.struct.TypeUtility.NoSuchMethodNotInvokedException
- 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
-
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(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(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.
- getDirs(Object) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- getDirs(Object) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- getDirs(Object) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- getDirs(Object) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- getDirs(Object...) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(Object...) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(Object...) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String...) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String...) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String...) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(String...) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path elements, excluding the parent's path.
- getDirs(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- getDirs(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- getDirs(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- getDirs(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
-
Gets the children elements of the provided parent's path, excluding the parent's path.
- 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 class 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.
H
- hasArrayTypeSupport() - Method in enum class org.refcodes.struct.SimpleType
-
Returns true in case primitive type arrays or arrays of their wrappers are supported types.
- hasChildren(Object) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path contains children as of
PathMap.children(String)
. - hasChildren(Object...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path contains children as of
PathMap.children(String)
. - hasChildren(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path contains children as of
PathMap.children(String)
. - hasChildren(String...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path contains children as of
PathMap.children(String)
. - hasChildren(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path contains children as of
PathMap.children(String)
. - hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hasDirAt(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.
- hashCode() - Method in class org.refcodes.struct.PathMapBuilderImpl
- hasNext() - Method in class org.refcodes.struct.BoundedIterator
- hasParentPath(String) - Method in interface org.refcodes.struct.PathMap
-
Tests whether there exists a parent path for the given path.
- hasPath(Object) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the provided path represents a path within the given
PathMap
. - hasPath(Object...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the provided path elements addressing the path represent a path within the given
PathMap
. - hasPath(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the provided path represents a path within the given
PathMap
. - hasPath(String...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the provided path elements addressing the path represent a path within the given
PathMap
. - hasPath(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the provided path elements addressing the path represent a path within the given
PathMap
. - hasPrimitiveTypeSupport() - Method in enum class org.refcodes.struct.SimpleType
-
Returns true in case primitive (array) types are supported types.
- hasSubDirs(Object) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory which contains sub-directories.
- hasSubDirs(Object...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory which contains sub-directories.
- hasSubDirs(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory which contains sub-directories.
- hasSubDirs(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory which contains sub-directories.
- hasValue(Object) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leave in terms of
PathMap.leaves(String)
. - hasValue(Object...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leave in terms of
PathMap.leaves(String)
. - hasValue(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leave in terms of
PathMap.leaves(String)
. - hasValue(String...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leave in terms of
PathMap.leaves(String)
. - hasValue(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leave in terms of
PathMap.leaves(String)
. - hasValueAt(int) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the index below the root points to an element of an "array" Given the following paths:
/0/0aaa /1/1aaa
For indexes 0 and 1 you will get true, for all others you will get false. - hasValueAt(Object) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the path points to an index inside an "array" Given the following paths:
/root/child/0/0bbb /root/child/1/1bbb /bla/abc /bla/xyz
For path "/root/child" and indexes 0 and 1 you will get true, for all others you will get false. - hasValueAt(Object[], int) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the index below the path points to an element of an "array".
- hasValueAt(Object, int) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the index below the path points to an element of an "array" Given the following paths:
/root/child/0/0bbb /root/child/1/1bbb /bla/abc /bla/xyz
For path "/root/child" and indexes 0 and 1 you will get true, for all others you will get false. - hasValueAt(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the path points to an index inside an "array" Given the following paths:
/root/child/0/0bbb /root/child/1/1bbb /bla/abc /bla/xyz
For path "/root/child" and indexes 0 and 1 you will get true, for all others you will get false. - hasValueAt(String[], int) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the index below the path points to an element of an "array".
- hasValueAt(String, int) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the index below the path points to an element of an "array" Given the following paths:
/root/child/0/0bbb /root/child/1/1bbb /bla/abc /bla/xyz
For path "/root/child" and indexes 0 and 1 you will get true, for all others you will get false. - hasValueAt(Collection<?>, int) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the index below the path points to an element of an "array".
- hasWrapperTypeSupport() - Method in enum class org.refcodes.struct.SimpleType
-
Returns true in case wrapper (array) types are supported types.
I
- 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
-
Same as
PathMap.MutablePathMap.insert(Object)
though starting insertion of object's introspected values at the given "path". - 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
-
Same as
PathMap.MutablePathMap.insert(Object)
though starting insertion of object's introspected values at the given "path". - 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
-
Same as
PathMap.MutablePathMap.insert(Object)
though starting insertion of object's introspected values at the given "path". - 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
-
Same as
PathMap.MutablePathMap.insert(Object)
though starting insertion of object's introspected values at the given "path". - insertTo(String, Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Same as
PathMap.MutablePathMap.insert(Object)
though starting insertion of object's introspected values at the given "path". - 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
-
Same as
PathMap.MutablePathMap.insert(Object)
though starting insertion of object's introspected values at the given "path". - insertTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- INT - Enum constant in enum class 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
-
The
InterOperableMap.InterOperableMapBuilder
provides convenience accessor default methods for supporting primitive data types. - InterOperableMap.MutableInterOperableMap<T> - Interface in org.refcodes.struct
-
The
InterOperableMap.InterOperableMapBuilder
provides convenience accessor default methods for supporting primitive data types. - invokeSimpleType(T, int, String, Class<?>) - Static method in enum class org.refcodes.struct.SimpleType
- invokeSimpleType(T, Field, String, Class<?>) - Static method in enum class org.refcodes.struct.SimpleType
- invokeSimpleType(T, Method, String, Class<?>) - Static method in enum class org.refcodes.struct.SimpleType
- isAlphanumeric() - Method in enum class 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
-
Applies the
PathMap.isArray(String)
method for the root path "/". - isArray(Object) - Method in interface org.refcodes.struct.PathMap
-
Determines as of
PathMap.getArray(String)
if the elements below the given path can be seen as an array. - isArray(Object...) - Method in interface org.refcodes.struct.PathMap
-
Determines as of
PathMap.getArray(String)
if the elements below the given path elements can be seen as an array. - isArray(String) - Method in interface org.refcodes.struct.PathMap
-
Determines as of
PathMap.getArray(String)
if the elements below the given path can be seen as an array. - isArray(String...) - Method in interface org.refcodes.struct.PathMap
-
Determines as of
PathMap.getArray(String)
if the elements below the given path elements can be seen as an array. - isArray(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines as of
PathMap.getArray(String)
if the elements below the given path elements can be seen as an array. - 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
-
Determines whether the give path points to an entry in terms of
PathMap.children(String)
. - isChild(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to an entry in terms of
PathMap.children(String)
. - isChild(String...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to an entry in terms of
PathMap.children(String)
. - isChild(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to an entry in terms of
PathMap.children(String)
. - 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 class 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 class org.refcodes.struct.SimpleType
-
Tests whether the given class represents a composite type.
- isCompositeType(Class<?>, boolean) - Static method in enum class org.refcodes.struct.SimpleType
-
Tests whether the given class represents a composite type.
- isDir(Object) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory in terms of
PathMap.dirs(String)
. - isDir(Object...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory in terms of
PathMap.dirs(String)
. - isDir(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory in terms of
PathMap.dirs(String)
. - isDir(String...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory in terms of
PathMap.dirs(String)
. - isDir(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a directory in terms of
PathMap.dirs(String)
. - isEmpty() - Method in class org.refcodes.struct.CanonicalMapImpl
- isEmpty() - Method in class org.refcodes.struct.ClassStructMapImpl
- isEmpty() - Method in class org.refcodes.struct.PathMapBuilderImpl
- isEmpty() - Method in class org.refcodes.struct.PathMapImpl
- isEmpty() - Method in class org.refcodes.struct.SimpleTypeMapImpl
- isEqualTo(PathMap<?>) - Method in interface org.refcodes.struct.PathMap
- isGetter(Method) - Static method in class org.refcodes.struct.TypeUtility
-
Tests whether we have a getter method.
- isIgnoreCase() - Method in enum class 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
-
Determines whether the give path points to a leaf in terms of
PathMap.dirs(String)
. - isLeaf(Object...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leaf in terms of
PathMap.dirs(String)
. - isLeaf(String) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leaf in terms of
PathMap.leaves(String)
. - isLeaf(String...) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leaf in terms of
PathMap.dirs(String)
. - isLeaf(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Determines whether the give path points to a leaf in terms of
PathMap.dirs(String)
. - isMember(V) - Method in interface org.refcodes.struct.Range
-
Returns true if the given value is within the range of
MinValueAccessor.getMinValue()
andMaxValueAccessor.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 class org.refcodes.struct.PrimitiveArrayType
-
Tests whether the given class represents a primitive array type.
- isPrimitiveArrayType(Class<?>) - Static method in enum class 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 class org.refcodes.struct.SimpleType
-
Tests whether the given class represents a primitive type.
- isPrimitiveType(Class<?>, boolean) - Static method in enum class 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 class 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 class org.refcodes.struct.SimpleType
-
Tests whether the given class represents a simple type.
- isSimpleType(Class<?>, boolean) - Static method in enum class 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 class 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 class org.refcodes.struct.SimpleType
-
Tests whether the given class represents a wrapper type of a primitive type.
- isWrapperType(Class<?>, boolean) - Static method in enum class 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 theElements
(collection). ------------------------------------------------------------------------- ATTENTION: TheIterator.remove()
method may be disabled in the returnedIterator
instance as theElements
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: TheIterator.remove()
method is enabled in the returnedIterator
instance as theElements.MutableElements
is possibly readable and writable.
K
- KEEP_TYPES - Enum constant in enum class org.refcodes.struct.SimpleType
-
Keep primitive types (e.g.
- KEEP_TYPES_WITH_ARRAY_TYPES - Enum constant in enum class org.refcodes.struct.SimpleType
-
Keep primitive types (e.g.
- KeyNotFoundException - Exception in org.refcodes.struct
-
Thrown in case this instance does not contain the requested element (no such key found in the collection).
- KeyNotFoundException(String, String) - Constructor for exception org.refcodes.struct.KeyNotFoundException
-
Instantiates a new net runtime exception.
- KeyNotFoundException(String, String, String) - Constructor for exception org.refcodes.struct.KeyNotFoundException
-
Instantiates a new net runtime exception.
- KeyNotFoundException(String, String, Throwable) - Constructor for exception org.refcodes.struct.KeyNotFoundException
-
Instantiates a new net runtime exception.
- KeyNotFoundException(String, String, Throwable, String) - Constructor for exception org.refcodes.struct.KeyNotFoundException
-
Instantiates a new net runtime exception.
- KeyNotFoundException(String, Throwable) - Constructor for exception org.refcodes.struct.KeyNotFoundException
-
Instantiates a new net runtime exception.
- KeyNotFoundException(String, Throwable, String) - Constructor for exception org.refcodes.struct.KeyNotFoundException
-
Instantiates a new net runtime exception.
- KeyNotFoundRuntimeException - Exception in org.refcodes.struct
-
Thrown in case this instance does not contain the requested element (no such key found in the collection).
- KeyNotFoundRuntimeException(String, String) - Constructor for exception org.refcodes.struct.KeyNotFoundRuntimeException
-
Instantiates a new net runtime exception.
- KeyNotFoundRuntimeException(String, String, String) - Constructor for exception org.refcodes.struct.KeyNotFoundRuntimeException
-
Instantiates a new net runtime exception.
- KeyNotFoundRuntimeException(String, String, Throwable) - Constructor for exception org.refcodes.struct.KeyNotFoundRuntimeException
-
Instantiates a new net runtime exception.
- KeyNotFoundRuntimeException(String, String, Throwable, String) - Constructor for exception org.refcodes.struct.KeyNotFoundRuntimeException
-
Instantiates a new net runtime exception.
- KeyNotFoundRuntimeException(String, Throwable) - Constructor for exception org.refcodes.struct.KeyNotFoundRuntimeException
-
Instantiates a new net runtime exception.
- KeyNotFoundRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.struct.KeyNotFoundRuntimeException
-
Instantiates a new net runtime exception.
- Keys<K,
V> - Interface in org.refcodes.struct -
This interface provides functionality for working with keys.
- Keys.MutableKeys<K,
V> - Interface in org.refcodes.struct -
Adds mutable functionality to the
Keys
interface. - Keys.MutableValues<K,
V> - Interface in org.refcodes.struct -
Mixin for mutable functionality accompanying the
Keys
interface. - keySet() - Method in class org.refcodes.struct.CanonicalMapImpl
-
Retrieves a collection containing all the keys found in the elements of this collection.
- keySet() - Method in class org.refcodes.struct.ClassStructMapImpl
-
Retrieves a collection containing all the keys found in the elements of this collection.
- keySet() - Method in interface org.refcodes.struct.Keys
-
Retrieves a collection containing all the keys found in the elements of this collection.
- keySet() - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Retrieves a collection containing all the keys found in the elements of this collection.
- keySet() - Method in class org.refcodes.struct.PathMapImpl
-
Retrieves a collection containing all the keys found in the elements of this collection.
- keySet() - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Retrieves a collection containing all the keys found in the elements of this collection.
- keySet(Object) - Method in interface org.refcodes.struct.PathMap
-
Same as
Keys.keySet()
with the difference, that only the paths are contained belonging to the given path, excluding the given path. - keySet(Object...) - Method in interface org.refcodes.struct.PathMap
-
Same as
Keys.keySet()
with the difference, that only the paths are contained belonging to the given path, excluding the given path. - keySet(String) - Method in interface org.refcodes.struct.PathMap
-
Same as
Keys.keySet()
with the difference, that only the paths are contained belonging to the given path, excluding the given path. - keySet(String...) - Method in interface org.refcodes.struct.PathMap
-
Same as
Keys.keySet()
with the difference, that only the paths are contained belonging to the given path, excluding the given path. - keySet(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Same as
Keys.keySet()
with the difference, that only the paths are contained belonging to the given path, excluding the given path.
L
- lastArrayIndex() - Method in interface org.refcodes.struct.PathMap
-
Returns the last index as of
PathMap.getArrayIndexes()
. - lastArrayIndex(Object) - Method in interface org.refcodes.struct.PathMap
-
Returns the last index as of
PathMap.getArrayIndexes(String)
. - lastArrayIndex(Object...) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(String[])
. - lastArrayIndex(String) - Method in interface org.refcodes.struct.PathMap
-
Returns the last index as of
PathMap.getArrayIndexes(String)
. - lastArrayIndex(String...) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(String[])
. - lastArrayIndex(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(Collection)
. - lastDirIndex() - 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.
- lastDirIndex(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.
- lastDirIndex(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.
- lastDirIndex(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.
- lastDirIndex(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.
- lastDirIndex(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.
- leaves() - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.leaves(String)
method for the root path "/". - leaves(Object) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the leaves names below the given path excluding any entries representing directories.
- leaves(Object...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the leaves names below the given path elements excluding any entries representing directories.
- leaves(String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the leaves names below the given path excluding any entries representing directories.
- leaves(String...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the leaves names below the given path elements excluding any entries representing directories.
- leaves(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the leaves names below the given path elements excluding any entries representing directories.
- letBooleans(boolean[]) - Method in interface org.refcodes.struct.BooleanArrayAccessor.BooleanArrayProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given boolean array (setter) as of
BooleanArrayAccessor.BooleanArrayMutator.setBooleans(boolean[])
and returns the very same value (getter). - letBytes(byte[]) - Method in interface org.refcodes.struct.ByteArrayAccessor.ByteArrayProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given byte array (setter) as of
ByteArrayAccessor.ByteArrayMutator.setBytes(byte[])
and returns the very same value (getter). - letDoubles(double[]) - Method in interface org.refcodes.struct.DoubleArrayAccessor.DoubleArrayProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given double array (setter) as of
DoubleArrayAccessor.DoubleArrayMutator.setDoubles(double[])
and returns the very same value (getter). - letFloats(float[]) - Method in interface org.refcodes.struct.FloatArrayAccessor.FloatArrayProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given float array (setter) as of
FloatArrayAccessor.FloatArrayMutator.setFloats(float[])
and returns the very same value (getter). - letShorts(short[]) - Method in interface org.refcodes.struct.ShortArrayAccessor.ShortArrayProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given short array (setter) as of
ShortArrayAccessor.ShortArrayMutator.setShorts(short[])
and returns the very same value (getter). - letStrings(String[]) - Method in interface org.refcodes.struct.StringArrayAccessor.StringArrayProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String array (setter) as of
StringArrayAccessor.StringArrayMutator.setStrings(String[])
and returns the very same value (getter). - letTypeMode(SimpleType) - Method in interface org.refcodes.struct.TypeModeAccessor.TypeModeProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
SimpleType
(setter) as ofTypeModeAccessor.TypeModeMutator.setTypeMode(SimpleType)
and returns the very same value (getter). - LONG - Enum constant in enum class org.refcodes.struct.PrimitiveArrayType
M
- merge(Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Inspects the given object and adds all elements found in the given object in case the targeted path does not exist or points to a null value.
- merge(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Inspects the given object and adds all elements found in the given object in case the targeted path does not exist or points to a null value.
- merge(String, T, BiFunction<? super T, ? super T, ? extends T>) - Method in class org.refcodes.struct.PathMapBuilderImpl
- merge(PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging 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. - mergeBetween(Object[], PathMap<T>, Object[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging 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. - mergeBetween(Object, PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging 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. - mergeBetween(String[], PathMap<T>, String[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeBetween(String, Object, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging 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. - mergeBetween(String, Object, String) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging 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. - mergeBetween(String, PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging 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. - mergeBetween(Collection<?>, PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeFrom(Object, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting object introspection at the given "path", e.g. ignoring all paths not starting with the given path during the introspection process. - mergeFrom(Object, Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting object introspection at the given "path", e.g. ignoring all paths not starting with the given path during the introspection process. - mergeFrom(Object, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting object introspection at the given "path", e.g. ignoring all paths not starting with the given path during the introspection process. - mergeFrom(Object, String) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting object introspection at the given "path", e.g. ignoring all paths not starting with the given path during the introspection process. - mergeFrom(Object, String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting object introspection at the given "path", e.g. ignoring all paths not starting with the given path during the introspection process. - mergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting object introspection at the given "path", e.g. ignoring all paths not starting with the given path during the introspection process. - mergeFrom(PathMap<T>, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeFrom(PathMap<T>, Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeFrom(PathMap<T>, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeFrom(PathMap<T>, String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeFrom(PathMap<T>, Collection<?>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeTo(Object[], Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging of object's introspected values at the given "path". - mergeTo(Object[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeTo(Object, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging of object's introspected values at the given "path". - mergeTo(Object, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeTo(String[], Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging of object's introspected values at the given "path". - mergeTo(String[], PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeTo(String, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging of object's introspected values at the given "path". - mergeTo(String, Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging of object's introspected values at the given "path". - mergeTo(String, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
- mergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Same as
PathMap.MutablePathMap.merge(Object)
though starting merging of object's introspected values at the given "path". - mergeTo(Collection<?>, PathMap<T>) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Method to semantically emphasize that we support our own types.
N
- next() - Method in class org.refcodes.struct.BoundedIterator
- nextArrayIndex() - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes()
. - nextArrayIndex(Object) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(String)
. - nextArrayIndex(Object...) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(String...)
. - nextArrayIndex(String) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(String)
. - nextArrayIndex(String...) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(String...)
. - nextArrayIndex(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Returns the next index to be used (and not used yet) as of
PathMap.getArrayIndexes(Collection)
. - nextDirIndex() - 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.
- nextDirIndex(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.
- nextDirIndex(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.
- nextDirIndex(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.
- nextDirIndex(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.
- nextDirIndex(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.
- NoSuchMethodNotInvokedException(String, Throwable) - Constructor for exception org.refcodes.struct.TypeUtility.NoSuchMethodNotInvokedException
O
- org.refcodes.struct - module org.refcodes.struct
- org.refcodes.struct - package org.refcodes.struct
-
This artifact contains base definitions regarding collections being used throughout the `REFCODES.ORG` artifacts; to unify management of various kinds of collections.
P
- 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
-
Constructs the
PathComparator
with the given path delimiter. - PathComparator(char, PathSortStrategy) - Constructor for class org.refcodes.struct.PathComparator
-
Constructs the
PathComparator
with the given path delimiter. - PathMap<T> - Interface in org.refcodes.struct
- PathMap.MutablePathMap<T> - Interface in org.refcodes.struct
-
The
PathMap.MutablePathMap
adds mutable functionality to thePathMap
. - PathMap.PathMapBuilder<T> - Interface in org.refcodes.struct
-
The
PathMap.PathMapBuilder
adds builder functionality to thePathMap.MutablePathMap
. - PathMapBuilderImpl<T> - Class in org.refcodes.struct
-
The Class PathMapBuilderImpl.
- PathMapBuilderImpl(char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Create a
PathMap.PathMapBuilder
instance using the provided path delimiter for the path declarations. - 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
-
Creates a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapBuilderImpl(Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Create a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - PathMapBuilderImpl(Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Creates a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapBuilderImpl(Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Creates a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - PathMapBuilderImpl(String, Object, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Creates a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapBuilderImpl(String, Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Create a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - PathMapBuilderImpl(String, Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Create a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapBuilderImpl(String, Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapBuilderImpl
-
Creates a
PathMap.PathMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - 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
-
Creates a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapImpl(Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Create a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - PathMapImpl(Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Creates a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapImpl(Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Creates a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - PathMapImpl(String, Object, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Creates a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapImpl(String, Object, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Create a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - PathMapImpl(String, Object, String, char, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Create a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - PathMapImpl(String, Object, String, Class<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Creates a
PathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - PathMapImpl(PathMap<T>) - Constructor for class org.refcodes.struct.PathMapImpl
-
Create a
PathMap
instance from the providedPathMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using thePathMap
's path delimiter for the path declarations the the type of thePathMap
. - 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
-
Same as
PathMap.keySet(String)
with according semantics in the method name. - paths(Object...) - Method in interface org.refcodes.struct.PathMap
-
Same as
PathMap.keySet(String)
with according semantics in the method name. - paths(String) - Method in interface org.refcodes.struct.PathMap
-
Same as
PathMap.keySet(String)
with according semantics in the method name. - paths(String...) - Method in interface org.refcodes.struct.PathMap
-
Same as
PathMap.keySet(String)
with according semantics in the method name. - paths(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Same as
PathMap.keySet(String)
with according semantics in the method name. - PathSortStrategy - Enum Class in org.refcodes.struct
-
The
PathSortStrategy
defines strategies to use when sorting e.g. when using aPathComparator
or the methodPathMap.sortedKeys(PathSortStrategy)
- PRIMITIVE_TYPES - Enum constant in enum class org.refcodes.struct.SimpleType
-
Convert wrapper types (e.g.
- PRIMITIVE_TYPES_WITH_ARRAY_TYPES - Enum constant in enum class org.refcodes.struct.SimpleType
-
Convert wrapper types (e.g.
- PrimitiveArrayType - Enum Class in org.refcodes.struct
-
The
PrimitiveArrayType
enumeration contains theClass
representation of the primitive array types. - Property - Interface in org.refcodes.struct
- 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
-
Initializes the
PropertyImpl.PropertyBuilderImpl
with the given values. - PropertyBuilderImpl(String, char) - Constructor for class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
Initializes the
PropertyImpl.PropertyBuilderImpl
with the given values. - PropertyBuilderImpl(String, String) - Constructor for class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
Initializes the
PropertyImpl.PropertyBuilderImpl
with the given values. - 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
-
Initializes the
PropertyImpl
with the given values. - PropertyImpl(String, char) - Constructor for class org.refcodes.struct.PropertyImpl
-
Initializes the
PropertyImpl
with the given values. - PropertyImpl(String, String) - Constructor for class org.refcodes.struct.PropertyImpl
-
Initializes the
PropertyImpl
with the given values. - PropertyImpl.PropertyBuilderImpl - Class in org.refcodes.struct
-
Implementation of the
Property.PropertyBuilder
interface. - 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
-
Applies the
PathMap.MutablePathMap.putArray(Object[])
method for the root path "/". - putArray(T[]) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Applies the
PathMap.MutablePathMap.putArray(Object[])
method for the root path "/". - 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
-
Puts a value below the root path at the given index as of
PathMap.MutablePathMap.putArray(String, Object[])
. - putValueAt(Object[], int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts a value below the path at the given index as of
PathMap.MutablePathMap.putArray(String, Object[])
. - putValueAt(Object, int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts a value below the path at the given index as of
PathMap.MutablePathMap.putArray(String, Object[])
. - putValueAt(String[], int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts a value below the path at the given index as of
PathMap.MutablePathMap.putArray(String, Object[])
. - putValueAt(String, int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts a value below the path at the given index as of
PathMap.MutablePathMap.putArray(String, Object[])
. - putValueAt(Collection<?>, int, T) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Puts a value below the path at the given index as of
PathMap.MutablePathMap.putArray(String, Object[])
.
Q
- 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
.
R
- 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
-
Creates a new
Range
with the given values. - RangeImpl.RangeBuilderImpl<V extends Number & Comparable<V>> - Class in org.refcodes.struct
-
Implementation of the
Range.RangeBuilder
interface. - 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
-
Constructs a
Relation
. - RelationImpl.RelationBuilderImpl<K,
V> - Class in org.refcodes.struct -
Implementation of the
Relation.RelationBuilder
interface. - remove(Object) - Method in interface org.refcodes.struct.Elements.MutableElements
-
Same as
Collection.remove(Object)
. - remove(Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
- remove(Object...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the property as of
Map.remove(Object)
for the provided path elements (as ofPathMap.toPath(Object...)
). - remove(Object, Object) - Method in class org.refcodes.struct.PathMapBuilderImpl
- remove(String...) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the property as of
Map.remove(Object)
for the provided path elements (as ofPathMap.toPath(String...)
). - remove(String, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Removes the property as of
Map.remove(Object)
for the provided path elements (as ofPathMap.toPath(String...)
). - 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
- retrieveBetween(Object[], Object[]) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveBetween(Object[], Object[]) - Method in interface org.refcodes.struct.PathMap
- retrieveBetween(Object[], Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.PathMap
- retrieveBetween(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.PathMap
- retrieveBetween(String[], String[]) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.PathMap
- retrieveBetween(String, String) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.PathMap
- retrieveBetween(Collection<?>, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
- 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
- retrieveFrom(String) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
- retrieveFrom(String) - Method in class org.refcodes.struct.CanonicalMapImpl
- retrieveFrom(String) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveFrom(String) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
- retrieveFrom(String) - Method in class org.refcodes.struct.ClassStructMapImpl
- retrieveFrom(String) - Method in interface org.refcodes.struct.PathMap
- retrieveFrom(String) - Method in class org.refcodes.struct.PathMapBuilderImpl
- retrieveFrom(String) - Method in class org.refcodes.struct.PathMapImpl
- retrieveFrom(String) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveFrom(String) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
- retrieveFrom(String) - Method in class org.refcodes.struct.SimpleTypeMapImpl
- 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
-
Hook method for implementing the
PathMap.retrieveFrom(String)
method. - retrieveTo(Object) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveTo(Object) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveTo(Object) - Method in interface org.refcodes.struct.PathMap
- retrieveTo(Object) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveTo(Object...) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveTo(Object...) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveTo(Object...) - Method in interface org.refcodes.struct.PathMap
- retrieveTo(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveTo(String) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveTo(String) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
- retrieveTo(String) - Method in class org.refcodes.struct.CanonicalMapImpl
- retrieveTo(String) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveTo(String) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
- retrieveTo(String) - Method in class org.refcodes.struct.ClassStructMapImpl
- retrieveTo(String) - Method in interface org.refcodes.struct.PathMap
- retrieveTo(String) - Method in class org.refcodes.struct.PathMapBuilderImpl
- retrieveTo(String) - Method in class org.refcodes.struct.PathMapImpl
- retrieveTo(String) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveTo(String) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
- retrieveTo(String) - Method in class org.refcodes.struct.SimpleTypeMapImpl
- retrieveTo(String...) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveTo(String...) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveTo(String...) - Method in interface org.refcodes.struct.PathMap
- retrieveTo(String...) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.PathMap
- retrieveTo(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap
- retrieveTo(PathMap<T>, String, PathMap.PathMapBuilder<T>) - Static method in class org.refcodes.struct.StructureUtility
-
Hook method for implementing the
PathMap.retrieveTo(String)
method.
S
- setBooleans(boolean[]) - Method in interface org.refcodes.struct.BooleanArrayAccessor.BooleanArrayMutator
-
Sets the boolean array for the boolean array property.
- setBytes(byte[]) - Method in interface org.refcodes.struct.ByteArrayAccessor.ByteArrayMutator
-
Sets the byte array for the byte array property.
- setDoubles(double[]) - Method in interface org.refcodes.struct.DoubleArrayAccessor.DoubleArrayMutator
-
Sets the double array for the double array property.
- setFloats(float[]) - Method in interface org.refcodes.struct.FloatArrayAccessor.FloatArrayMutator
-
Sets the float array for the float array property.
- setKey(String) - Method in class org.refcodes.struct.AttributeImpl.AttributeBuilderImpl
-
Sets the key.
- setKey(String) - Method in class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
Sets the key.
- setKey(K) - Method in class org.refcodes.struct.RelationImpl.RelationBuilderImpl
-
Sets the key.
- setMaxValue(V) - Method in class org.refcodes.struct.RangeImpl.RangeBuilderImpl
-
Sets the max value.
- setMinValue(V) - Method in class org.refcodes.struct.RangeImpl.RangeBuilderImpl
-
Sets the min value.
- setReference(T) - Method in class org.refcodes.struct.Referencee
-
Sets the according reference.
- setShorts(short[]) - Method in interface org.refcodes.struct.ShortArrayAccessor.ShortArrayMutator
-
Sets the short array for the short array property.
- setStrings(String[]) - Method in interface org.refcodes.struct.StringArrayAccessor.StringArrayMutator
-
Sets the String array for the String array property.
- setTypeMode(SimpleType) - Method in interface org.refcodes.struct.TypeModeAccessor.TypeModeMutator
-
Sets the type mode for the type mode property.
- setValue(Object) - Method in class org.refcodes.struct.AttributeImpl.AttributeBuilderImpl
-
Sets the value.
- setValue(String) - Method in class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
-
Sets the value.
- setValue(V) - Method in class org.refcodes.struct.RelationImpl.RelationBuilderImpl
-
Sets the value.
- SHORT - Enum constant in enum class org.refcodes.struct.PrimitiveArrayType
- ShortArrayAccessor - Interface in org.refcodes.struct
-
Provides an accessor for a short array property.
- ShortArrayAccessor.ShortArrayBuilder<B extends ShortArrayAccessor.ShortArrayBuilder<B>> - Interface in org.refcodes.struct
-
Provides a builder method for a short array property returning the builder for applying multiple build operations.
- ShortArrayAccessor.ShortArrayMutator - Interface in org.refcodes.struct
-
Provides a mutator for a short array property.
- ShortArrayAccessor.ShortArrayProperty - Interface in org.refcodes.struct
-
Provides a short array property.
- SimpleType - Enum Class in org.refcodes.struct
- SimpleTypeMap - Interface in org.refcodes.struct
- SimpleTypeMap.MutableSimpleTypeMap - Interface in org.refcodes.struct
-
The
SimpleTypeMap.MutableSimpleTypeMap
adds functionality for manipulating the internal state to theSimpleTypeMap
. - SimpleTypeMap.SimpleTypeMapBuilder - Interface in org.refcodes.struct
-
A
SimpleTypeMap.SimpleTypeMapBuilder
sets builder functionality (as of the builder pattern) on top of theSimpleTypeMap.MutableSimpleTypeMap
. - SimpleTypeMapBuilderImpl - Class in org.refcodes.struct
-
An implementation of the
SimpleTypeMap.SimpleTypeMapBuilder
. - SimpleTypeMapBuilderImpl() - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Create an empty
SimpleTypeMap.SimpleTypeMapBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapBuilderImpl(char) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Create a
SimpleTypeMap.SimpleTypeMapBuilder
instance using the provided path delimiter for the path declarations. - SimpleTypeMapBuilderImpl(Object) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Create a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapBuilderImpl(Object, char) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Creates a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - SimpleTypeMapBuilderImpl(Object, String) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Creates a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapBuilderImpl(Object, String, char) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Creates a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - SimpleTypeMapBuilderImpl(String, Object) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Create a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapBuilderImpl(String, Object, char) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Creates a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - SimpleTypeMapBuilderImpl(String, Object, String) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Creates a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - SimpleTypeMapBuilderImpl(String, Object, String, char) - Constructor for class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Create a
SimpleTypeMap.SimpleTypeMapBuilder
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - SimpleTypeMapImpl - Class in org.refcodes.struct
-
An implementation of the
SimpleTypeMap
. - SimpleTypeMapImpl() - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Create an empty
SimpleTypeMap
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapImpl(char) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Create a
SimpleTypeMap
instance using the provided path delimiter for the path declarations. - SimpleTypeMapImpl(Object) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Create a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapImpl(Object, char) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Creates a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - SimpleTypeMapImpl(Object, String) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Creates a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapImpl(Object, String, char) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Creates a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - SimpleTypeMapImpl(String, Object) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Create a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
) for the path declarations. - SimpleTypeMapImpl(String, Object, char) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Creates a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - SimpleTypeMapImpl(String, Object, String) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Creates a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
using the default path delimiter "/" (Delimiter.PATH
for the path declarations. - SimpleTypeMapImpl(String, Object, String, char) - Constructor for class org.refcodes.struct.SimpleTypeMapImpl
-
Create a
SimpleTypeMap
instance containing the elements as ofPathMap.MutablePathMap.insert(Object)
. - size() - Method in class org.refcodes.struct.CanonicalMapImpl
-
Returns the number of data elements contained in the collection.
- size() - Method in class org.refcodes.struct.ClassStructMapImpl
-
Returns the number of data elements contained in the collection.
- size() - Method in interface org.refcodes.struct.Containable
-
Returns the number of data elements contained in the collection.
- size() - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Returns the number of data elements contained in the collection.
- size() - Method in class org.refcodes.struct.PathMapImpl
-
Returns the number of data elements contained in the collection.
- size() - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Returns the number of data elements contained in the collection.
- sortedKeys() - Method in interface org.refcodes.struct.PathMap
-
Retrieves an alphabetically sorted list containing all the keys found in the elements of this collection.
- sortedKeys(Object) - Method in interface org.refcodes.struct.PathMap
-
Retrieves an alphabetically sorted list containing the keys found below the given path of this collection.
- sortedKeys(Object...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves an alphabetically sorted list containing the keys found below the given path of this collection.
- sortedKeys(String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves an alphabetically sorted list containing the keys found below the given path of this collection.
- sortedKeys(String...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves an alphabetically sorted list containing the keys found below the given path of this collection.
- sortedKeys(Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Retrieves an alphabetically sorted list containing the keys found below the given path of this collection.
- sortedKeys(Comparator<String>) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
Comparator
containing all the keys found in the elements of this collection. - sortedKeys(Comparator<String>, Object) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
Comparator
containing all the keys found below the given path of this collection. - sortedKeys(Comparator<String>, Object...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
Comparator
containing all the keys found below the given path of this collection. - sortedKeys(Comparator<String>, String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
Comparator
containing all the keys found below the given path of this collection. - sortedKeys(Comparator<String>, String...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
Comparator
containing all the keys found below the given path of this collection. - sortedKeys(Comparator<String>, Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
Comparator
containing all the keys found in the elements of this collection. - sortedKeys(PathSortStrategy) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
PathSortStrategy
containing all the keys found in the elements of this collection. - sortedKeys(PathSortStrategy, Object) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
PathSortStrategy
containing all the keys found below the given path of this collection. - sortedKeys(PathSortStrategy, Object...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
PathSortStrategy
containing all the keys found below the given path of this collection. - sortedKeys(PathSortStrategy, String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
PathSortStrategy
containing all the keys found below the given path of this collection. - sortedKeys(PathSortStrategy, String...) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
PathSortStrategy
containing all the keys found below the given path of this collection. - sortedKeys(PathSortStrategy, Collection<?>) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a sorted list as of the provided
PathSortStrategy
containing all the keys found below the given path of this collection. - StringArrayAccessor - Interface in org.refcodes.struct
-
Provides an accessor for a String array property.
- StringArrayAccessor.StringArrayBuilder<B extends StringArrayAccessor.StringArrayBuilder<B>> - Interface in org.refcodes.struct
-
Provides a builder method for a String array property returning the builder for applying multiple build operations.
- StringArrayAccessor.StringArrayMutator - Interface in org.refcodes.struct
-
Provides a mutator for a String array property.
- StringArrayAccessor.StringArrayProperty - Interface in org.refcodes.struct
-
Provides a String array property.
- StructureException - Exception in org.refcodes.struct
-
The
StructureException
is the base checked exception for this package. - StructureException(String) - Constructor for exception org.refcodes.struct.StructureException
-
Instantiates a new net runtime exception.
- StructureException(String, String) - Constructor for exception org.refcodes.struct.StructureException
-
Instantiates a new net runtime exception.
- StructureException(String, Throwable) - Constructor for exception org.refcodes.struct.StructureException
-
Instantiates a new net runtime exception.
- StructureException(String, Throwable, String) - Constructor for exception org.refcodes.struct.StructureException
-
Instantiates a new net runtime exception.
- StructureException(Throwable) - Constructor for exception org.refcodes.struct.StructureException
-
Instantiates a new net runtime exception.
- StructureException(Throwable, String) - Constructor for exception org.refcodes.struct.StructureException
-
Instantiates a new net runtime exception.
- StructureRuntimeException - Exception in org.refcodes.struct
-
The
StructureRuntimeException
is the base runtime exception for this package. - StructureRuntimeException(String) - Constructor for exception org.refcodes.struct.StructureRuntimeException
-
Instantiates a new net runtime exception.
- StructureRuntimeException(String, String) - Constructor for exception org.refcodes.struct.StructureRuntimeException
-
Instantiates a new net runtime exception.
- StructureRuntimeException(String, Throwable) - Constructor for exception org.refcodes.struct.StructureRuntimeException
-
Instantiates a new net runtime exception.
- StructureRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.struct.StructureRuntimeException
-
Instantiates a new net runtime exception.
- StructureRuntimeException(Throwable) - Constructor for exception org.refcodes.struct.StructureRuntimeException
-
Instantiates a new net runtime exception.
- StructureRuntimeException(Throwable, String) - Constructor for exception org.refcodes.struct.StructureRuntimeException
-
Instantiates a new net runtime exception.
- StructureUtility - Class in org.refcodes.struct
-
Utility class to avoid redundant code regarding various
PathMap
implementations.
T
- toArrayType(Object, Class<T>) - Static method in class org.refcodes.struct.TypeUtility
-
Converts the provided object reference (which must point to the according array type) to the required array type.
- toConstructor(Class<Record>) - Static method in class org.refcodes.struct.TypeUtility
-
Determines the "default" constructor of the provided type.
- toDataStructure() - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.toDataStructure(String)
method for the root path "/". - toDataStructure(String) - Method in class org.refcodes.struct.CanonicalMapImpl
-
Similar to the
PathMap.toMap(String)
method, though in case all the keys of a nestedMap
instance (applicable to the rootMap
as well) represent an array (as ofPathMap.getArray(String)
), then an array is generated where the index of each value in theMap
is represented by the number representation of theMap
's key for that value. - toDataStructure(String) - Method in class org.refcodes.struct.ClassStructMapImpl
-
Similar to the
PathMap.toMap(String)
method, though in case all the keys of a nestedMap
instance (applicable to the rootMap
as well) represent an array (as ofPathMap.getArray(String)
), then an array is generated where the index of each value in theMap
is represented by the number representation of theMap
's key for that value. - toDataStructure(String) - Method in interface org.refcodes.struct.PathMap
-
Similar to the
PathMap.toMap(String)
method, though in case all the keys of a nestedMap
instance (applicable to the rootMap
as well) represent an array (as ofPathMap.getArray(String)
), then an array is generated where the index of each value in theMap
is represented by the number representation of theMap
's key for that value. - toDataStructure(String) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Similar to the
PathMap.toMap(String)
method, though in case all the keys of a nestedMap
instance (applicable to the rootMap
as well) represent an array (as ofPathMap.getArray(String)
), then an array is generated where the index of each value in theMap
is represented by the number representation of theMap
's key for that value. - toDataStructure(String) - Method in class org.refcodes.struct.PathMapImpl
-
Similar to the
PathMap.toMap(String)
method, though in case all the keys of a nestedMap
instance (applicable to the rootMap
as well) represent an array (as ofPathMap.getArray(String)
), then an array is generated where the index of each value in theMap
is represented by the number representation of theMap
's key for that value. - toDataStructure(String) - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Similar to the
PathMap.toMap(String)
method, though in case all the keys of a nestedMap
instance (applicable to the rootMap
as well) represent an array (as ofPathMap.getArray(String)
), then an array is generated where the index of each value in theMap
is represented by the number representation of theMap
's key for that value. - toDataStructure(PathMap<?>, String) - Static method in class org.refcodes.struct.StructureUtility
-
Hook method for implementing the
PathMap.toDataStructure()
method. - toDump(Map<String, String>) - Method in interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
- toDump(Map<String, String>) - Method in interface org.refcodes.struct.ClassStructMap.MutableClassStructMap
- toDump(Map<String, String>) - Method in interface org.refcodes.struct.SimpleTypeMap.MutableSimpleTypeMap
- toExternalPath(String, char) - Method in interface org.refcodes.struct.PathMap
-
Converts the given key (path) to an external key by converting the default delimiter
DelimiterAccessor.getDelimiter()
to the provided delimiter. - toGenericPath(PathMap<?>, String) - Static method in class org.refcodes.struct.StructureUtility
-
Normalizes the path as of
PathMap.toNormalizedPath(String)
and unifies it so that a path never ends with a delimiter (DelimiterAccessor.getDelimiter()
). - toInstance(Object, T) - Static method in class org.refcodes.struct.TypeUtility
-
Updates the provided instance with the data provided by the given value (a mixture of array and
Map
objects). - toInstance(String, Class<TYPE>) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
-
Hook method when reconstructing an object, opposite of
PathMapBuilderImpl.fromInstance(Object)
, tries to convert the given value to the desired type. - toInstance(String, TYPE) - Method in interface org.refcodes.struct.PathMap
-
Updates the instance with this
PathMap
's data. - toInstance(T, Class<TYPE>) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Hook method when reconstructing an object, opposite of
PathMapBuilderImpl.fromInstance(Object)
, tries to convert the given value to the desired type. - toInstance(TYPE) - Method in interface org.refcodes.struct.PathMap
-
Updates the instance with this
PathMap
's data. - toLeaf(String) - Method in interface org.refcodes.struct.PathMap
-
Returns the last path element from the given path.
- toMap() - Method in interface org.refcodes.struct.CanonicalMap
-
This method creates a
Map
instance from thisCanonicalMap
instance's elements (key/value-pairs) as of interoperability reasons. - toMap() - Method in interface org.refcodes.struct.ClassStructMap
-
This method creates a
Map
instance from thisClassStructMap
instance's elements (key/value-pairs) as of interoperability reasons. - toMap() - Method in interface org.refcodes.struct.PathMap
-
Applies the
PathMap.toMap(String)
method for the root path "/". - toMap() - Method in interface org.refcodes.struct.SimpleTypeMap
-
This method creates a
Map
instance from thisSimpleTypeMap
instance's elements (key/value-pairs) as of interoperability reasons. - toMap(String) - Method in interface org.refcodes.struct.PathMap
- toMap(T) - Static method in class org.refcodes.struct.TypeUtility
-
This method creates a
Map
with the attributes found in the given instance.The values of the attributes are not introspected any more! - toNormalizedPath(String) - Method in interface org.refcodes.struct.PathMap
-
Normalizes a path for it to start with the delimiter (as of
DelimiterAccessor.getDelimiter()
) and for it not to end with a delimiter. - toParentPath(String) - Method in interface org.refcodes.struct.PathMap
-
Returns the path representing the parent path for the given path.
- toPath(Object) - Method in interface org.refcodes.struct.PathMap
-
Creates a normalized path from the provided object.
- toPath(Object...) - Method in interface org.refcodes.struct.PathMap
- toPath(String...) - Method in interface org.refcodes.struct.PathMap
-
Creates a normalized path from the provided path elements by concatenating the elements with the path delimiter
DelimiterAccessor.getDelimiter()
in between and taking care to avoid duplicate path delimiters. - toPath(Collection<?>) - Method in interface org.refcodes.struct.PathMap
- toPathElements(String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves the path's elements separated from each other by the path delimiter
DelimiterAccessor.getDelimiter()
. - toPathList(String) - Method in interface org.refcodes.struct.PathMap
-
Retrieves a mutable
List
with the path's elements separated from each other by the path delimiterDelimiterAccessor.getDelimiter()
. - toPathStack(String) - Method in interface org.refcodes.struct.PathMap
- toPrimitiveType(Class<?>) - Static method in enum class org.refcodes.struct.SimpleType
-
Converts the given type to a primitive type if possible and returns the result or null if the given type is not a wrapper type.
- toPrimitiveType(Class<?>, boolean) - Static method in enum class org.refcodes.struct.SimpleType
-
Converts the given type to a primitive type if possible and returns the result or null if the given type is not a wrapper type.
- toPrintable() - Method in interface org.refcodes.struct.PathMap
-
Creates a printable representation of the content of this map.
- toProperties() - Method in interface org.refcodes.struct.CanonicalMap
-
This method creates a
Properties
instance from thisProperties
instance's elements (key/value-pairs) as of interoperability reasons. - toProperties() - Method in interface org.refcodes.struct.ClassStructMap
-
This method creates a
Properties
instance from thisProperties
instance's elements (key/value-pairs) as of interoperability reasons. - toProperties(Class<?>) - Static method in class org.refcodes.struct.TypeUtility
-
Retrieves all properties detected in the provided type.
- toProperty() - Method in interface org.refcodes.struct.Property
-
Returns the key/value-pair as a property
String
"key=value". - toPropertyName(Field) - Static method in class org.refcodes.struct.TypeUtility
-
Converts a field's name to a property name.
- toPropertyName(Method) - Static method in class org.refcodes.struct.TypeUtility
-
Converts a method's name to a property name.
- toPropertyPath(String) - Method in interface org.refcodes.struct.PathMap
-
Converts the properties for saving; that when saved, them properties will not start with a delimiter, making them (when there are no sub-paths for the properties) look just like normal well known properties, enabling interchangeability with other systems reading the properties.
- toRange(String, Class<V>) - Static method in interface org.refcodes.struct.Range
- toSimpleType(String, Class<TYPE>) - Static method in enum class org.refcodes.struct.SimpleType
-
Converts a
String
to a simple type which can be converted back with the companion methodSimpleType.fromSimpleType(Object)
. - toSourceCode() - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Beta, don't know whether to keep this or not: Creates a class (a
String
text to be copy'n'pasted) with getters and setters for the herein contained paths and their values. - toSourceCode(String, String) - Method in interface org.refcodes.struct.PathMap.MutablePathMap
-
Beta, don't know whether to keep this or not: Creates a class (a
String
text to be copy'n'pasted) with getters and setters for the herein contained paths and their values. - toString() - Method in class org.refcodes.struct.ClassStructMapImpl
- toString() - Method in class org.refcodes.struct.PathMapBuilderImpl
- toString() - Method in class org.refcodes.struct.PathMapImpl
- toString() - Method in class org.refcodes.struct.PropertyImpl.PropertyBuilderImpl
- toString() - Method in class org.refcodes.struct.RangeImpl
- toString() - Method in class org.refcodes.struct.RelationImpl
- toType(Class<?>) - Method in enum class org.refcodes.struct.SimpleType
-
Converts the passed type as of the
SimpleType
. - toType(Class<TYPE>) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(Class<TYPE>, Object...) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(Class<TYPE>, String...) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(Object[], Class<TYPE>) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(Object, Class<T>) - Static method in class org.refcodes.struct.TypeUtility
-
Creates an instance of the given type filled with the data provided by the given Data-Structure (a mixture of array and
Map
objects). - toType(Object, Class<TYPE>) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(String[], Class<TYPE>) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(String, Class<TYPE>) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(String, Class<TYPE>) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Creates an instance of the given type filled with this
PathMap
's data. - toType(Collection<?>, Class<TYPE>) - Method in interface org.refcodes.struct.PathMap
-
Creates an instance of the given type filled with this
PathMap
's data. - toWrapperType(Class<?>) - Static method in enum class org.refcodes.struct.SimpleType
-
Converts the given type to a wrapper type if possible and returns the result or null if the given type is not a primitive type.
- toWrapperType(Class<?>, boolean) - Static method in enum class org.refcodes.struct.SimpleType
-
Converts the given type to a wrapper type if possible and returns the result or null if the given type is not a primitive type.
- TypeModeAccessor - Interface in org.refcodes.struct
-
Provides an accessor for a type mode property.
- TypeModeAccessor.TypeModeBuilder<B extends TypeModeAccessor.TypeModeBuilder<B>> - Interface in org.refcodes.struct
-
Provides a builder method for a type mode property returning the builder for applying multiple build operations.
- TypeModeAccessor.TypeModeMutator - Interface in org.refcodes.struct
-
Provides a mutator for a type mode property.
- TypeModeAccessor.TypeModeProperty - Interface in org.refcodes.struct
-
Provides a type mode property.
- TypeUtility - Class in org.refcodes.struct
-
The
TypeUtility
uses reflection to fiddle around with primitives, types, classes, instances and the like. - TypeUtility() - Constructor for class org.refcodes.struct.TypeUtility
- TypeUtility.NoSuchMethodNotInvokedException - Exception in org.refcodes.struct
-
Extension of the
NoSuchMethodException
with an additional aCauseTypeUtility.NoSuchMethodNotInvokedException.getCause()
U
- use(K) - Method in interface org.refcodes.struct.Keys
-
Retrieves the element assigned to the given key.
V
- valueOf(String) - Static method in enum class org.refcodes.struct.PathSortStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.refcodes.struct.PrimitiveArrayType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.refcodes.struct.SimpleType
-
Returns the enum constant of this class with the specified name.
- values() - Method in class org.refcodes.struct.CanonicalMapImpl
-
Returns a
Collection
view of the values related to the contained keys. - values() - Method in class org.refcodes.struct.ClassStructMapImpl
-
Returns a
Collection
view of the values related to the contained keys. - values() - Method in interface org.refcodes.struct.Keys
-
Returns a
Collection
view of the values related to the contained keys. - values() - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Returns a
Collection
view of the values related to the contained keys. - values() - Method in class org.refcodes.struct.PathMapImpl
-
Returns a
Collection
view of the values related to the contained keys. - values() - Static method in enum class org.refcodes.struct.PathSortStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.refcodes.struct.PrimitiveArrayType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.refcodes.struct.SimpleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.refcodes.struct.SimpleTypeMapImpl
-
Returns a
Collection
view of the values related to the contained keys.
W
- 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insert(Object)
method. - withInsert(Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insert(Object)
method. - withInsert(Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insert(Object)
method. - withInsert(Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insert(Object)
method. - withInsert(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insert(Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Object, Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(String, Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - withInsertBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - withInsertFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(String, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - withInsertTo(Collection<?>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.merge(Object)
method. - withMerge(Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.merge(Object)
method. - withMerge(Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.merge(Object)
method. - withMerge(Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.merge(Object)
method. - withMerge(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.merge(Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object[], Object, Object[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Object, Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String[], Object, String[]) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(String, Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - withMergeBetween(Collection<?>, Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - withMergeFrom(Object, Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Object, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String[], Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String[], Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String[], Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(String, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - withMergeTo(Collection<?>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object)
method. - 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
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Object[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Object[], String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Object[], T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Object[], T) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String[], Class<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String[], Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String[], String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String[], T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String[], T) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String, Class<?>) - Method in class org.refcodes.struct.ClassStructMapBuilderImpl
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String, Object) - Method in class org.refcodes.struct.SimpleTypeMapBuilderImpl
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String, String) - Method in class org.refcodes.struct.CanonicalMapBuilderImpl
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String, T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(String, T) - Method in class org.refcodes.struct.PathMapBuilderImpl
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Collection<?>, Class<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Collection<?>, Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Collection<?>, String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Collection<?>, T) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Collection<?>, T) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(K, V) - Method in interface org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder
-
Builder method for
Keys.MutableValues.put(Object, Object)
. - withPut(Property) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Builder method for
CanonicalMap.MutableCanonicalMap.put(Property)
. - withPut(Property) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Builder method for
ClassStructMap.MutableClassStructMap.put(Property)
. - withPut(Relation<String, Class<?>>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Builder method for
Dictionary.MutableDictionary.put(Relation)
. - withPut(Relation<String, Object>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Builder method for
Dictionary.MutableDictionary.put(Relation)
. - withPut(Relation<String, String>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Builder method for
Dictionary.MutableDictionary.put(Relation)
. - withPut(Relation<String, T>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Builder method for
Dictionary.MutableDictionary.put(Relation)
. - withPut(Relation<String, T>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Builder method for
Dictionary.MutableDictionary.put(Relation)
. - withPut(Relation<K, V>) - Method in interface org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder
-
Builder method for
Dictionary.MutableDictionary.put(Relation)
. - 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
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Object...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String...) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.InterOperableMap.InterOperableMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemoveFrom(Collection<?>) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemovePaths(String...) - Method in interface org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemovePaths(String...) - Method in interface org.refcodes.struct.ClassStructMap.ClassStructMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemovePaths(String...) - Method in interface org.refcodes.struct.PathMap.PathMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - withRemovePaths(String...) - Method in interface org.refcodes.struct.SimpleTypeMap.SimpleTypeMapBuilder
-
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom(String)
method. - 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 - Enum constant in enum class org.refcodes.struct.SimpleType
-
Convert primitive types (e.g.
- WRAPPER_TYPES_WITH_ARRAY_TYPES - Enum constant in enum class org.refcodes.struct.SimpleType
-
Convert primitive types (e.g.
_
- _backingMap - Variable in class org.refcodes.struct.PathMapBuilderImpl
- _canonicalMap - Variable in class org.refcodes.struct.CanonicalMapImpl
- _classStructMap - Variable in class org.refcodes.struct.ClassStructMapImpl
- _key - Variable in class org.refcodes.struct.RelationImpl
- _maxValue - Variable in class org.refcodes.struct.RangeImpl
- _minValue - Variable in class org.refcodes.struct.RangeImpl
- _primitiveTypeMap - Variable in class org.refcodes.struct.SimpleTypeMapImpl
- _value - Variable in class org.refcodes.struct.RelationImpl
All Classes and Interfaces|All Packages|Serialized Form