public class JSArray.KeysIterator extends JSIterator<java.lang.Integer>
JSIterator.Next
JSObject.jsexport, JSObject.Property<T>
JSPropertyAttributeDontDelete, JSPropertyAttributeDontEnum, JSPropertyAttributeNone, JSPropertyAttributeReadOnly
Modifier and Type | Method and Description |
---|---|
JSObject |
getJSObject()
Gets underlying JSObject
|
java.lang.Integer |
next()
Gets the next key in the array
|
hasNext, jsnext, remove
__nullFunc, deleteProperty, getThis, hashCode, hasProperty, isConstructor, isFunction, property, property, property, propertyAtIndex, propertyAtIndex, propertyNames, prototype, prototype
equals, getContext, isArray, isBoolean, isDate, isEqual, isFloat32Array, isFloat64Array, isInstanceOfConstructor, isInt16Array, isInt32Array, isInt8Array, isNull, isNumber, isObject, isStrictEqual, isString, isTypedArray, isUint16Array, isUint32Array, isUint8Array, isUint8ClampedArray, isUndefined, toBoolean, toFunction, toJSArray, toJSON, toNumber, toObject, toString, valueHash, valueRef
public java.lang.Integer next()
next
in interface java.util.Iterator<java.lang.Integer>
next
in class JSIterator<java.lang.Integer>
Iterator.next()
public JSObject getJSObject()