new RuntimeSpecSet(iterable?): RuntimeSpecSet
Attributes
iterable:
Iterable<RuntimeSpec, any, any>iterable
Returns:
RuntimeSpecSetCreates an instance of RuntimeSpecSet.
Attributes
size:
numberReturns:
IterableIterator<RuntimeSpec>Returns iterable iterator.
M
add
add(runtime): void
Attributes
runtime:
RuntimeSpecruntime
Returns:
voidProcesses the provided runtime.
M
has
has(runtime): boolean
Attributes
runtime:
RuntimeSpecruntime
Returns:
booleantrue, when the runtime exists
Returns true, when the runtime exists.