goog.module('overwrittentypevariables.HashFunctionsKt.$1$impl');

const j_l_Object = goog.require('java.lang.Object$impl');
const $Util = goog.require('nativebootstrap.Util$impl');
const HashFunction = goog.require('overwrittentypevariables.HashFunction$impl');

/**
 * @final
 * @template T
 * @implements {HashFunction<T>}
 */
class $1 extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @template T @return {!$1<T>} */
 static $create__() {
  $1.$clinit();
  let $instance = new $1();
  $instance.$ctor__overwrittentypevariables_HashFunctionsKt_1__void();
  return $instance;
 }
 /** @nodts */
 $ctor__overwrittentypevariables_HashFunctionsKt_1__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts @return {?string} */
 m_apply__java_lang_Object__java_lang_String(/** T */ input) {
  return '';
 }
 //Bridge method.
 /** @final @override @nodts @suppress{visibility} @return {?string} */
 m_apply__java_lang_Object__java_lang_Object(/** T */ arg0) {
  return this.m_apply__java_lang_Object__java_lang_String(arg0);
 }
 /** @nodts */
 static $clinit() {
  $1.$clinit = () =>{};
  $1.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $1;
 }
 
 /** @nodts */
 static $loadModules() {}
}
HashFunction.$markImplementor($1);
$Util.$setClassMetadata($1, 'overwrittentypevariables.HashFunctionsKt$1');

exports = $1;

//# sourceMappingURL=HashFunctionsKt$1.js.map
