Package org.bson
Class LazyBSONList
java.lang.Object
org.bson.LazyBSONObject
org.bson.LazyBSONList
- All Implemented Interfaces:
Iterable,Collection,List,SequencedCollection,BSONObject
- Direct Known Subclasses:
LazyDBList
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A
LazyBSONObject representing a BSON array.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassDeprecated.Usage of this API is not supported in AEM as a Cloud Service. -
Constructor Summary
ConstructorsConstructorDescriptionLazyBSONList(byte[] bytes, int offset, LazyBSONCallback callback) Deprecated.Construct an instance with the given raw bytes and offset.LazyBSONList(byte[] bytes, LazyBSONCallback callback) Deprecated.Construct an instance with the given raw bytes and offset. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.booleanaddAll(int index, Collection c) Deprecated.booleanaddAll(Collection c) Deprecated.voidclear()Deprecated.booleanDeprecated.booleancontainsAll(Collection collection) Deprecated.get(int index) Deprecated.intDeprecated.iterator()Deprecated.intDeprecated.Deprecated.listIterator(int index) Deprecated.remove(int index) Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.Deprecated.intsize()Deprecated.subList(int fromIndex, int toIndex) Deprecated.Object[]toArray()Deprecated.Object[]Deprecated.Methods inherited from class org.bson.LazyBSONObject
containsField, containsKey, entrySet, equals, get, getBSONSize, hashCode, isEmpty, keySet, pipe, put, putAll, putAll, removeField, toMapMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, isEmpty, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
LazyBSONList
Deprecated.Construct an instance with the given raw bytes and offset.- Parameters:
bytes- the raw BSON bytescallback- the callback to use to create nested values
-
LazyBSONList
Deprecated.Construct an instance with the given raw bytes and offset.- Parameters:
bytes- the raw BSON bytesoffset- the offset into the raw bytescallback- the callback to use to create nested values
-
-
Method Details
-
size
public int size()Deprecated.- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceList
-
contains
Deprecated.- Specified by:
containsin interfaceCollection- Specified by:
containsin interfaceList
-
iterator
Deprecated. -
containsAll
Deprecated.- Specified by:
containsAllin interfaceCollection- Specified by:
containsAllin interfaceList
-
get
Deprecated. -
indexOf
Deprecated. -
lastIndexOf
Deprecated.- Specified by:
lastIndexOfin interfaceList
-
listIterator
Deprecated.- Specified by:
listIteratorin interfaceList
-
listIterator
Deprecated.- Specified by:
listIteratorin interfaceList
-
add
Deprecated.- Specified by:
addin interfaceCollection- Specified by:
addin interfaceList
-
remove
Deprecated.- Specified by:
removein interfaceCollection- Specified by:
removein interfaceList
-
addAll
Deprecated.- Specified by:
addAllin interfaceCollection- Specified by:
addAllin interfaceList
-
addAll
Deprecated. -
removeAll
Deprecated.- Specified by:
removeAllin interfaceCollection- Specified by:
removeAllin interfaceList
-
retainAll
Deprecated.- Specified by:
retainAllin interfaceCollection- Specified by:
retainAllin interfaceList
-
clear
public void clear()Deprecated.- Specified by:
clearin interfaceCollection- Specified by:
clearin interfaceList
-
set
Deprecated. -
add
Deprecated. -
remove
Deprecated. -
subList
Deprecated. -
toArray
Deprecated.- Specified by:
toArrayin interfaceCollection- Specified by:
toArrayin interfaceList
-
toArray
Deprecated.- Specified by:
toArrayin interfaceCollection- Specified by:
toArrayin interfaceList
-