goog.module('initmethoddispatch.InitMethodDispatch');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const InitMethodDispatch = goog.require('initmethoddispatch.InitMethodDispatch$impl');
exports = InitMethodDispatch;
