Vertaling van "HashSet" in Frans
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 example of using HashSet. .
Notice how the instance variable was initialized with an instance of HashSet.
Notez comment nous avons initialisé les variables d'instance avec une instance de HashSet.
If the values tend to cluster, then the HashMap or HashSet will be more heavily loaded in some areas and will not be as fast as it could be with an evenly distributed hashing function.
Si les valeurs tendent à se regrouper, alors les HashMaps et les HashSets seront plus chargés dans certaines parties et donc moins rapides que ce qu'ils pourraient être avec une fonction de hachage mieux répartie.
When you're writing a program that needs a Set, you should choose HashSet by default, and change to TreeSet when it's more important to have a constantly sorted set.
Quand vous écrirez un programme nécessitant un Set, choisissez un HashSet par défaut, et changez pour un TreeSet s'il est plus important de disposer d'un Set constamment trié.
HashMap and HashSet: have constructors that allow you to specify the initial table.
Les HashMap et les HashSet proposent des constructeurs qui permettent de spécifier la capacité initiale.
Immutable HashMap and HashSet are faster, and has lower memory footprints.
Les HashMap et HashSet immutables sont plus rapides, et leur empreinte mémoire plus faible.
Several standard implementations such as LinkedList, HashSet, and TreeSet, of these interfaces are provided that you may use as-is and you may also implement your own collection, if you choose.
Plusieurs implémentations standard telles que LinkedList, HashSet, et TreeSet, de ces interfaces sont fournies que vous pouvez utiliser comme ça, et vous pouvez également mettre en œuvre votre propre collection, si vous choisissez.
It shows that if you do not override hashCode() and equals() for your key, the hashed data structure (HashSet or HashMap) will not be able to deal with your key properly.
Il montre que la structure de données hachée (HashSet ou HashMap) ne sera pas capable de gérer correctement les objets clef si on ne redéfinit pas les méthodes hashCode() et equals() pour ces objets.
HashMap and HashSet: constructors to set the initial capacity. d.
Les HashMap et les HashSet proposent des constructeurs qui permettent de spécifier la capacité initiale.
Set can be implemented as either a TreeSet or a HashSet.
De même, un Set peut être implémenté soit sous la forme d'un TreeSet ou d'un HashSet.
When you make the instance persistent, by calling persist(), Hibernate will actually replace the HashSet with an instance of Hibernate's own implementation of Set.
Quand nous fabriquons l'instance persistante - en appelant persist(), par exemple - Hibernate remplacera réellement le HashSet par une instance d'une implémentation propre à Hibernate de Set.
This is true in the Java containers library, since the classes you'll use 99 percent of the time-ArrayList, LinkedList, HashSet, and HashMap, as well as the other concrete implementations-support all of the operations.
Ceci est vrai dans la bibliothèque de conteneurs Java, puisque les classes que vous utiliserez dans 99 pour cent des cas - ArrayList, LinkedList, HashSet et HashMap, de même que les autres implémentations concrètes - supportent toutes les opérations.
Is the PHP/Java bridge module, for the use of objects such as HashSet or HashMap supported?
Support du module PHP/Java bridge pour l'utilisation d'objets tels que les HashSet ou les HashMap