JSObject.jsexport, JSObject.Property<T>
JSPropertyAttributeDontDelete, JSPropertyAttributeDontEnum, JSPropertyAttributeNone, JSPropertyAttributeReadOnly
Modifier and Type | Method and Description |
---|---|
JSObject |
getJSObject()
Gets underlying JSObject
|
boolean |
hasNext() |
java.util.Map.Entry<java.lang.Integer,U> |
next()
Gets the next entry in the array
|
void |
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
public java.util.Map.Entry<java.lang.Integer,U> next()
next
in interface java.util.Iterator<java.util.Map.Entry<java.lang.Integer,U>>
Iterator.next()
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
Iterator.hasNext()
public void remove()
remove
in interface java.util.Iterator<T>
java.lang.UnsupportedOperationException
- alwaysIterator.remove()
public JSObject getJSObject()