|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Array | |
---|---|
org.infinispan.schematic.document | |
org.infinispan.schematic.internal.document |
Uses of Array in org.infinispan.schematic.document |
---|
Subinterfaces of Array in org.infinispan.schematic.document | |
---|---|
interface |
EditableArray
|
Methods in org.infinispan.schematic.document that return Array | |
---|---|
Array |
Array.clone()
Obtain a clone of this array. |
Methods in org.infinispan.schematic.document with parameters of type Array | |
---|---|
EditableArray |
EditableArray.addArray(Array array)
Adds to this array the supplied array. |
EditableArray |
EditableArray.addArray(int index,
Array array)
Insert the value for the field at the given index to be the supplied array. |
EditableArray |
EditableArray.addArrayIfAbsent(Array array)
Adds to this array the supplied array, if and only if an equivalent value doesn't already exist in the array. |
EditableArray |
EditableArray.setArray(int index,
Array array)
Set the value for the field at the given index to be the supplied array. |
EditableArray |
EditableDocument.setArray(String name,
Array array)
Set the value for the field with the given name to be the supplied array. |
EditableArray |
EditableArray.setArray(String name,
Array array)
Set the value for the field at the given index to be the supplied array. |
Uses of Array in org.infinispan.schematic.internal.document |
---|
Subinterfaces of Array in org.infinispan.schematic.internal.document | |
---|---|
interface |
MutableArray
|
Classes in org.infinispan.schematic.internal.document that implement Array | |
---|---|
class |
ArrayEditor
|
class |
BasicArray
A ordered array of values for use as a value within a
BSON Object . |
class |
ObservableArrayEditor
|
Methods in org.infinispan.schematic.internal.document that return Array | |
---|---|
Array |
BasicArray.clone()
|
Array |
ArrayEditor.unwrap()
|
static Array |
DocumentEditor.unwrap(Array array)
|
static Array |
ArrayEditor.unwrap(Array array)
|
Array |
BasicArray.with(Document.ValueTransformer transformer)
|
Array |
BasicArray.with(Map<String,Object> changedFields)
|
Array |
BasicArray.withVariablesReplaced(Properties properties)
|
Array |
BasicArray.withVariablesReplacedWithSystemProperties()
|
Methods in org.infinispan.schematic.internal.document with parameters of type Array | |
---|---|
EditableArray |
ArrayEditor.addArray(Array array)
|
EditableArray |
ArrayEditor.addArray(int index,
Array array)
|
EditableArray |
ArrayEditor.addArrayIfAbsent(Array array)
|
EditableArray |
ArrayEditor.setArray(int index,
Array array)
|
EditableArray |
DocumentEditor.setArray(String name,
Array array)
|
EditableArray |
ArrayEditor.setArray(String name,
Array array)
|
static Array |
DocumentEditor.unwrap(Array array)
|
static Array |
ArrayEditor.unwrap(Array array)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |