goog.module('genericmethod.Container');

goog.require('genericmethod.Content');
goog.require('java.lang.Object');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('nativebootstrap.Util');

const Container = goog.require('genericmethod.Container$impl');
exports = Container;
