goog.module('nobridgemethods.TreeMap.InnerEntry');

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

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