@SyntacticIterable public class MediaList extends Iterable<String>
Modifier and Type | Field and Description |
---|---|
double |
length |
String |
mediaText |
static MediaList |
prototype |
constructor
Constructor and Description |
---|
MediaList() |
Modifier and Type | Method and Description |
---|---|
String |
$get(double index) |
void |
appendMedium(String newMedium) |
void |
deleteMedium(String oldMedium) |
String |
item(double index) |
Iterator<String> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
String |
toString()
Returns a string representation of an object.
|
$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, valueOf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public double length
public String mediaText
public static MediaList prototype
public void appendMedium(String newMedium)
public void deleteMedium(String oldMedium)
public String item(double index)
public String toString()
Object
public String $get(double index)