Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bytecodehq/hashj

Repository files navigation

hashj

Java hascode functions for Nodejs

Java string hashcode:

const hashj = require('hashj');
// Equivalent to java.lang.String#hashCode function in Java.
const hashCode = hashj.jHashCode('javascript');

Java UUID hashcode:

const hashj = require('hashj');
// Equivalent to java.util.UUID#hashCode function in Java.
const hashCode = hashj.jUUIDHashCode('90903f27-e36e-4e6f-996a-124c58365b43');

About

Java hascode functions for Nodejs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /