Examples with "or HashMap" and their translation 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.
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.
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
Andere resultaten
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.
Each field for each API command is documented as having a 'type', either as a string, an integer, a boolean, a date, or a hashmap (associative array).
Chaque champ pour chaque commande API est documentée comme ayant un «type», soit comme un string, un integer, un boolean, une date, ou un hashmap (tableau associatif).
The HashMap is printed so you can see that it has been filled.
Le HashMap est affiché afin de voir qu'il a été correctement rempli.
Si la To display the HashMap, it is simply printed.
Pour afficher le HashMap, il est simplement imprimé.
The above program uses one flavor of Map, the HashMap.
Le programme précédent utilise un type de Map, le HashMap.
There's no reason to use Hashtable instead of HashMap in new code.
Il n'y a aucune raison d'utiliser Hashtable au lieu de HashMap dans du nouveau code.
This is much faster, which is why the HashMap is so quick.
Cette aproche est bien plus efficace, ce qui explique pourquoi un HashMap est si rapide.
This is where HashMap speeds things up.
The assigned stops are stored in a table (HashMap).
Les stop assignés sont stockés dans une table (HashMap).
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.
To write items, the advantage is for HashMap which is more energy-and-time-saving.
En lecture, l'avantage va au HashMap qui est plus économe en énergie et en temps.