@SyntacticIterable public class DataTransferItemList extends Iterable<File>
Modifier and Type | Field and Description |
---|---|
double |
length |
static DataTransferItemList |
prototype |
constructor
Constructor and Description |
---|
DataTransferItemList() |
Modifier and Type | Method and Description |
---|---|
File |
$get(double index) |
DataTransferItem |
add(File data) |
void |
clear() |
File |
item(double index) |
Iterator<File> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
void |
remove(double index) |
$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 double length
public static DataTransferItemList prototype
public DataTransferItem add(File data)
public void clear()
public File item(double index)
public void remove(double index)
public File $get(double index)