new RuntimeSpecSet(iterable?): voiditerable{Iterable<RuntimeSpec, any, any>}- Returns:
<RuntimeSpecSet>
Creates an instance of RuntimeSpecSet.
Attributes
size:
<number>Returns:
{IterableIterator
}
Returns iterable iterator.
M
add
add(runtime): voidruntime{RuntimeSpec}- Returns: {void}
Processes the provided runtime.
M
has
has(runtime): voidruntime{RuntimeSpec}- Returns:
<boolean>
Returns true, when the runtime exists.