@SyntacticIterable public class SourceBufferList extends Object
Modifier and Type | Field and Description |
---|---|
double |
length |
static SourceBufferList |
prototype |
Constructor and Description |
---|
SourceBufferList() |
Modifier and Type | Method and Description |
---|---|
SourceBuffer |
$get(double index) |
SourceBuffer |
item(double index) |
Iterator<SourceBuffer> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
public double length
public static SourceBufferList prototype
public SourceBuffer item(double index)
public SourceBuffer $get(double index)
@Erased public Iterator<SourceBuffer> iterator()