|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Array
Primary read-only interface for an in-memory representation of JSON/BSON arrays. Note that this interface extends
Document, where the field names are simply string representations of the array indices. This interface also extends the
standard Java List interface.
| Nested Class Summary | |
|---|---|
static interface |
Array.Entry
A representation of an entry within the array. |
| Nested classes/interfaces inherited from interface org.infinispan.schematic.document.Document |
|---|
Document.Field, Document.ValueTransformer |
| Method Summary | |
|---|---|
Array |
clone()
Obtain a clone of this array. |
Iterable<Array.Entry> |
getEntries()
Get the entries in this array. |
| Methods inherited from interface org.infinispan.schematic.document.Document |
|---|
containsAll, containsField, fields, get, getArray, getBinary, getBoolean, getBoolean, getCode, getCodeWithScope, getDocument, getDouble, getDouble, getInteger, getInteger, getLong, getLong, getMaxKey, getMinKey, getNumber, getNumber, getObjectId, getPattern, getString, getString, getSymbol, getType, getUuid, getUuid, isEmpty, isNull, isNullOrMissing, keySet, size, toMap, with, with, withVariablesReplaced, withVariablesReplacedWithSystemProperties |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
Array clone()
clone in interface DocumentIterable<Array.Entry> getEntries()
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||