goog.module('nobridgemethods.Map');

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

const Map = goog.require('nobridgemethods.Map$impl');
exports = Map;
