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