goog.module('cast.CastGenerics.Container');

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

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