public interface Array extends Document, List<Object>
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, edit, editable, 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, withVariablesReplacedWithSystemProperties
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
Array clone()
Iterable<Array.Entry> getEntries()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.