/java_util

Small useful things for Java

Primary LanguageJava

Some random useful Java classes.

These are things too small for actual jars or releases
and are meant to just be copied into your own project.
As such, unless otherwise noted, this code has been
authored by Yonik Seeley and placed into the public domain
to allow people to use or license as they see fit.

util/hash/MurmurHash3: a fast, high quality hash function.