@SyntacticIterable public class TouchList extends Iterable<Touch>
Modifier and Type | Field and Description |
---|---|
int |
length |
static TouchList |
prototype |
constructor
Constructor and Description |
---|
TouchList() |
Modifier and Type | Method and Description |
---|---|
Touch |
$get(int index) |
Touch |
item(int index) |
Iterator<Touch> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public int length
public static TouchList prototype