|
ModeShape Distribution 3.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableArray | |
---|---|
org.infinispan.schematic.internal.delta | |
org.infinispan.schematic.internal.document |
Uses of MutableArray in org.infinispan.schematic.internal.delta |
---|
Methods in org.infinispan.schematic.internal.delta that return MutableArray | |
---|---|
protected MutableArray |
ArrayOperation.mutableParent(MutableDocument delegate)
|
Uses of MutableArray in org.infinispan.schematic.internal.document |
---|
Classes in org.infinispan.schematic.internal.document that implement MutableArray | |
---|---|
class |
BasicArray
A ordered array of values for use as a value within a
BSON Object . |
Methods in org.infinispan.schematic.internal.document that return MutableArray | |
---|---|
MutableArray |
ArrayEditor.asMutableArray()
Return the array that was edited. |
Methods in org.infinispan.schematic.internal.document with parameters of type MutableArray | |
---|---|
protected EditableArray |
ObservableArrayEditor.createEditableArray(MutableArray array,
int index,
DocumentValueFactory factory)
|
protected EditableArray |
ArrayEditor.createEditableArray(MutableArray array,
int index,
DocumentValueFactory factory)
|
protected EditableArray |
ObservableDocumentEditor.createEditableArray(MutableArray array,
String fieldName,
DocumentValueFactory factory)
|
protected EditableArray |
DocumentEditor.createEditableArray(MutableArray array,
String fieldName,
DocumentValueFactory factory)
|
protected EditableArray |
ObservableArrayEditor.createEditableSublist(MutableArray array,
DocumentValueFactory factory)
|
protected EditableArray |
ArrayEditor.createEditableSublist(MutableArray array,
DocumentValueFactory factory)
|
Constructors in org.infinispan.schematic.internal.document with parameters of type MutableArray | |
---|---|
ArrayEditor(MutableArray array,
DocumentValueFactory factory)
|
|
ObservableArrayEditor(MutableArray array,
Path path,
DocumentObserver observer,
DocumentValueFactory factory)
|
|
ModeShape Distribution 3.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |