goog.module('overwrittentypevariables.HashFunctions');

goog.require('java.lang.Enum');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('overwrittentypevariables.HashFunction');
goog.require('vmbootstrap.Casts');

const HashFunctions = goog.require('overwrittentypevariables.HashFunctions$impl');
exports = HashFunctions;
