Examples with "WeakSet may" and their translation in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
An object in the WeakSet may only occur once; it is unique in the WeakSet's collection and objects are not enumerable.
Un objeto en el WeakSet solo debe aparecer una vez; es único en la colección del WeakSet y estos objetos no son enumerables.
An object in the WeakSet may occur only once; it is unique in the WeakSet's collection.
Un objecto en WeakSet solo puede ser agregado una vez; Esto quiere decir que es único en la colección WeakSet.
Andere resultaten
The use cases of WeakSet objects are limited.
Los casos de uso de WeakSet son limitados.
The delete() method removes the specified element from a WeakSet object.
El método delete() remueve el elemento especificado del objeto Set.
If an iterable object is passed, all of its elements will be added to the new WeakSet.
Si un objeto interable es pasado, todos sus elementos se agregarán al nuevo WeakSet.
If there is no other reference to an object stored in the WeakSet, they can be garbage collected.
Si ya no hay otra referencia a un objeto almacenado en el WeakSet, ellos pueden ser removidos por el recolector de basura.
WeakSet objects are collections of objects.
Los objetos WeakSet son colecciones de objetos.
In contrast to Sets, WeakSets are collections of objects only and not of arbitrary values of any type.
A diferencia de Sets, WeakSets son solamente colecciones de objetos y no contienen valores arbitrarios de cualquier otro tipo.
The WeakSet object lets you store weakly held objects in a collection. Syntax
El objeto WeakSet te deja almacenar y mantener objectos débilmente en una colección. Sintaxis
In contrast to Sets, WeakSets are collections of objects only and not of arbitrary values of any type.
En contraste a los Sets, los WeakSets son únicamente colecciones de objetos y no de tipos de datos arbitrarios.
The WeakSet is weak: References to objects in the collection are held weakly.
El WeakSet es débil: Las referencias a objetos en la colección se mantienen débilmente.
If there is no other reference to an object stored in the WeakSet, they can be garbage collected. That also means that there is no list of current objects stored in the collection.
Si no hay otra diferencia a un objeto almacenado en el WeakSet, pueden ser eliminados por el recolector de basura, lo que significa que no hay una lista de los objetos actualmente almacenados en la colección.