public interface Array extends Document, List<Object>
Document, where the field names are simply string representations of the array indices. This interface also extends the
standard Java List interface.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Array.Entry
A representation of an entry within the array.
|
Document.Field, Document.ValueTransformer| Modifier and Type | Method and Description |
|---|---|
Array |
clone()
Obtain a clone of this array.
|
Iterable<Array.Entry> |
getEntries()
Get the entries in this array.
|
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, with, withVariablesReplaced, withVariablesReplacedWithSystemPropertiesArray clone()
Iterable<Array.Entry> getEntries()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.