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