| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
CanonicalMap.CanonicalMapBuilder |
The Interface CanonicalMapBuilder.
|
static interface |
SimpleTypeMap.SimpleTypeMapBuilder |
A
SimpleTypeMap.SimpleTypeMapBuilder sets builder functionality (as of the
builder pattern) on top of the SimpleTypeMap.MutableSimpleTypeMap. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CanonicalMapBuilderImpl |
The Class CanonicalMapBuilderImpl.
|
class |
SimpleTypeMapBuilderImpl |
An implementation of the
SimpleTypeMap.SimpleTypeMapBuilder. |
| Modifier and Type | Method | Description |
|---|---|---|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsert(Object aObj) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insert(Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsert(PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(Object[] aToPathElements,
Object aFrom,
Object[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(Object[] aToPathElements,
PathMap<T> aFrom,
Object[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(Object aToPath,
Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(Object aToPath,
PathMap<T> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(String[] aToPathElements,
Object aFrom,
String[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(String[] aToPathElements,
PathMap<T> aFrom,
String[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(String aToPath,
Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(String aToPath,
PathMap<T> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(Collection<?> aToPathElements,
Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertBetween(Collection<?> aToPathElements,
PathMap<T> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(Object aFrom,
Object... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(Object aFrom,
String... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(PathMap<T> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(PathMap<T> aFrom,
Object... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(PathMap<T> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(PathMap<T> aFrom,
String... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertFrom(PathMap<T> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(Object[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(Object[] aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(Object aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(Object aToPath,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(String[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(String[] aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(String aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(String aToPath,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(Collection<?> aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withInsertTo(Collection<?> aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMerge(Object aObj) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.merge(Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMerge(PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(Object[] aToPathElements,
Object aFrom,
Object[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(Object[] aToPathElements,
PathMap<T> aFrom,
Object[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(Object aToPath,
Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(Object aToPath,
PathMap<T> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(String[] aToPathElements,
Object aFrom,
String[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(String[] aToPathElements,
PathMap<T> aFrom,
String[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(String aToPath,
Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(String aToPath,
PathMap<T> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(Collection<?> aToPathElements,
Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeBetween(Collection<?> aToPathElements,
PathMap<T> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(Object aFrom,
Object... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(Object aFrom,
String... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(PathMap<T> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(PathMap<T> aFrom,
Object... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(PathMap<T> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(PathMap<T> aFrom,
String... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeFrom(PathMap<T> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(Object[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(Object[] aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(Object aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(Object aToPath,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(String[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(String[] aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(String aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(String aToPath,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(Collection<?> aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withMergeTo(Collection<?> aToPathElements,
PathMap<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPut(Object[] aPathElements,
T aValue) |
Builder method for
Keys.MutableValues.put(Object, Object). |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPut(String[] aPathElements,
T aValue) |
Builder method for
Keys.MutableValues.put(Object, Object). |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPut(String aKey,
T aValue) |
Builder method for
Keys.MutableValues.put(Object, Object). |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPut(Collection<?> aPathElements,
T aValue) |
Builder method for
Keys.MutableValues.put(Object, Object). |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPut(Relation<String,T> aProperty) |
Builder method for
Dictionary.MutableDictionary.put(Relation). |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutBoolean(Object[] aPathElements,
Boolean aValue) |
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutBoolean(Object aKey,
Boolean aValue) |
Sets the
Boolean value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutBoolean(String[] aPathElements,
Boolean aValue) |
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutBoolean(String aKey,
Boolean aValue) |
Sets the
Boolean value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutBoolean(Collection<?> aPathElements,
Boolean aValue) |
Sets the
Boolean value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutByte(Object[] aPathElements,
Byte aValue) |
Sets the
Byte value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutByte(Object aKey,
Byte aValue) |
Sets the
Byte value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutByte(String[] aPathElements,
Byte aValue) |
Sets the
Byte value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutByte(String aKey,
Byte aValue) |
Sets the
Byte value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutByte(Collection<?> aPathElements,
Byte aValue) |
Sets the
Byte value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutChar(Object[] aPathElements,
Character aValue) |
Sets the
Character value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutChar(Object aKey,
Character aValue) |
Sets the
Character value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutChar(String[] aPathElements,
Character aValue) |
Sets the
Character value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutChar(String aKey,
Character aValue) |
Sets the
Character value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutChar(Collection<?> aPathElements,
Character aValue) |
Sets the
Character value for the property referred to by the
path elements representing the addressed path. |
default <C> InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutClass(Object[] aPathElements,
Class<C> aValue) |
Sets the
Class value for the property referred to by the path
elements representing the addressed path. |
default <C> InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutClass(Object aKey,
Class<C> aValue) |
Sets the
Class value for the property referred to by the key. |
default <C> InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutClass(String[] aPathElements,
Class<C> aValue) |
Sets the
Class value for the property referred to by the path
elements representing the addressed path. |
default <C> InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutClass(String aKey,
Class<C> aValue) |
Sets the
Class value for the property referred to by the key. |
default <C> InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutClass(Collection<?> aPathElements,
Class<C> aValue) |
Sets the
Class value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(int aIndex,
PathMap<T> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(Object[] aPathElements,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(Object[] aPathElements,
int aIndex,
PathMap<T> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(Object aPath,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(Object aPath,
int aIndex,
PathMap<T> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(String[] aPathElements,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(String[] aPathElements,
int aIndex,
PathMap<T> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(String aPath,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDirAt(String aPath,
int aIndex,
PathMap<T> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDouble(Object[] aPathElements,
Double aValue) |
Sets the
Double value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDouble(Object aKey,
Double aValue) |
Sets the
Double value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDouble(String[] aPathElements,
Double aValue) |
Sets the
Double value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDouble(String aKey,
Double aValue) |
Sets the
Double value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutDouble(Collection<?> aPathElements,
Double aValue) |
Sets the
Double value for the property referred to by the
path elements representing the addressed path. |
default <E extends Enum<E>> |
InterOperableMap.InterOperableMapBuilder.withPutEnum(Object[] aPathElements,
E aValue) |
Sets the
Enum value for the property referred to by the path
elements representing the addressed path. |
default <E extends Enum<E>> |
InterOperableMap.InterOperableMapBuilder.withPutEnum(Object aKey,
E aValue) |
Sets the
Enum value for the property referred to by the key. |
default <E extends Enum<E>> |
InterOperableMap.InterOperableMapBuilder.withPutEnum(String[] aPathElements,
E aValue) |
Sets the
Enum value for the property referred to by the path
elements representing the addressed path. |
default <E extends Enum<E>> |
InterOperableMap.InterOperableMapBuilder.withPutEnum(String aKey,
E aValue) |
Sets the
Enum value for the property referred to by the key. |
default <E extends Enum<E>> |
InterOperableMap.InterOperableMapBuilder.withPutEnum(Collection<?> aPathElements,
E aValue) |
Sets the
Enum value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutFloat(Object[] aPathElements,
Float aValue) |
Sets the
Float value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutFloat(Object aKey,
Float aValue) |
Sets the
Float value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutFloat(String[] aPathElements,
Float aValue) |
Sets the
Float value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutFloat(String aKey,
Float aValue) |
Sets the
Float value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutFloat(Collection<?> aPathElements,
Float aValue) |
Sets the
Float value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutInt(Object[] aPathElements,
Integer aValue) |
Sets the
Integer value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutInt(Object aKey,
Integer aValue) |
Sets the
Integer value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutInt(String[] aPathElements,
Integer aValue) |
Sets the
Integer value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutInt(String aKey,
Integer aValue) |
Sets the
Integer value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutInt(Collection<?> aPathElements,
Integer aValue) |
Sets the
Integer value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutLong(Object[] aPathElements,
Long aValue) |
Sets the
Long value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutLong(Object aKey,
Long aValue) |
Sets the
Long value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutLong(String[] aPathElements,
Long aValue) |
Sets the
Long value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutLong(String aKey,
Long aValue) |
Sets the
Long value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutLong(Collection<?> aPathElements,
Long aValue) |
Sets the
Long value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutShort(Object[] aPathElements,
Short aValue) |
Sets the
Short value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutShort(Object aKey,
Short aValue) |
Sets the
Short value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutShort(String[] aPathElements,
Short aValue) |
Sets the
Short value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutShort(String aKey,
Short aValue) |
Sets the
Short value for the property referred to by the key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutShort(Collection<?> aPathElements,
Short aValue) |
Sets the
Short value for the property referred to by the path
elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutString(Object[] aPathElements,
String aValue) |
Sets the
String value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutString(Object aKey,
String aValue) |
Sets the
String value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutString(String[] aPathElements,
String aValue) |
Sets the
String value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutString(String aKey,
String aValue) |
Sets the
String value for the property referred to by the
key. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withPutString(Collection<?> aPathElements,
String aValue) |
Sets the
String value for the property referred to by the
path elements representing the addressed path. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withRemoveFrom(Object aPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withRemoveFrom(Object... aPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withRemoveFrom(String aPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withRemoveFrom(String... aPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default InterOperableMap.InterOperableMapBuilder<T> |
InterOperableMap.InterOperableMapBuilder.withRemoveFrom(Collection<?> aPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
InterOperableMap.MutableInterOperableMap.insert(InterOperableMap.InterOperableMapBuilder<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
default void |
InterOperableMap.MutableInterOperableMap.insertBetween(String aToPath,
InterOperableMap.InterOperableMapBuilder<T> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default void |
InterOperableMap.MutableInterOperableMap.insertFrom(InterOperableMap.InterOperableMapBuilder<T> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default void |
InterOperableMap.MutableInterOperableMap.insertTo(String aToPath,
InterOperableMap.InterOperableMapBuilder<T> aFrom) |
Method to semantically emphasize that we support our own types.
|
Copyright © 2021. All rights reserved.