U
- Parameterized type of array elementspublic class JSArray.EntriesIterator<U> extends JSIterator<java.util.Map.Entry<java.lang.Integer,U>>
JSIterator.Next
JSObject.jsexport, JSObject.Property<T>
JSPropertyAttributeDontDelete, JSPropertyAttributeDontEnum, JSPropertyAttributeNone, JSPropertyAttributeReadOnly
Modifier and Type | Method and Description |
---|---|
JSObject |
getJSObject()
Gets underlying JSObject
|
java.util.Map.Entry<java.lang.Integer,U> |
next()
Gets the next entry 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, isInstanceOfConstructor, isNull, isNumber, isObject, isStrictEqual, isString, isUndefined, toBoolean, toFunction, toJSArray, toJSON, toJSON, toNumber, toObject, toString, valueRef
public java.util.Map.Entry<java.lang.Integer,U> next()
next
in interface java.util.Iterator<java.util.Map.Entry<java.lang.Integer,U>>
next
in class JSIterator<java.util.Map.Entry<java.lang.Integer,U>>
Iterator.next()
public JSObject getJSObject()