Examples with "the hashcode" and their translation in Duits
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.
All our games will be provably fair through the hashcode engine provided by.
And object references inherit the hashCode() and equals() from the wrapped object.
Und Objektreferenzen erben hashCode() und equals() von dem umschlossenen Objekt.
This hashcode is encrypted with the secret key. The recipient decrypts the encrypted hashcode with the public key of the sender and compares the decrypted hashcode with the hashcode he calculates from the message test.
Andere resultaten
Find out how the hashCode-method is implemented in java.lang.String.
Hint: The hashCode-Method is particular critical as it has to return values in the range 0... 4 only. Therefore you might have to tune this function.
When using these databases, a sort of secret code is used, the 'hashcode'.
Bei der Nutzung dieser Datenbanken wird eine Art Geheimschrift verwendet, der ,Hashcode'.
Not only is the file name compared, but the content via hashCode, too.
Dabei wird nicht nur der Dateiname, sondern auch der Inhalt via Hashcode verglichen.
Thus, line 1 represents the compilation of the String::hashCode method to native code.
The Java hashcode() and equals() methods are used to verify object identity.
In Java werden die Methoden hashCode() und equals() verwendet, um die Identität von Objekten zu überprüfen.
In the enercast project, only the method bodies of hashCode() and equals() were modified.
Dabei gab es im enercast-Projekt nur Änderungen in den Methodenrümpfen von hashCode() und equals().
Signing: It is calculated a hashcode from the message which has to be signed. (A hashcode is a kind of a checksum.
Unterzeichnen: Es wird eine Hashcode (eine Art Kontrollsumme, wobei es extrem schwer ist einen zweiten Text zu finden, der dieselbe Kontrollsumme hat) der Meldung errechnet und dieser mit dem geheimen Schlüssel verschlüsselt.
The signature of hashCode is
Lombok generates all getters, setters as well as hashCode, equals and toString.
Lombok generiert für uns alle Getter, Setter sowie hashCode, equals und toString.