public class CollectionIterator extends MBScriptableObject
Constructor and Description |
---|
CollectionIterator()
Create a new, empty CollectionIterator.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
(JavaScript Function) remove()
Removes from the underlying collection the last element.
|
boolean |
(JavaScript Getter) hasMore()
Returns true if the iteration has more elements.
|
java.lang.Object |
(JavaScript Getter) next()
Returns the next element in the iteration.
|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public CollectionIterator()
public boolean (JavaScript Getter) hasMore()
public java.lang.Object (JavaScript Getter) next() throws MalformedXmpFieldException
MalformedXmpFieldException
public java.lang.Object (JavaScript Function) remove()
CollectionIterator
itself.Copyright © 2017 MediaBeacon, Inc. All Rights Reserved.