goog.module('boundedtypevariable.BoundedTypeVariable$impl');

const j_l_Object = goog.require('java.lang.Object$impl');
const $Util = goog.require('nativebootstrap.Util$impl');

/**
 * @template T
 */
class BoundedTypeVariable extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @template T @return {!BoundedTypeVariable<T>} */
 static $create__() {
  BoundedTypeVariable.$clinit();
  let $instance = new BoundedTypeVariable();
  $instance.$ctor__boundedtypevariable_BoundedTypeVariable__void();
  return $instance;
 }
 /** @nodts */
 $ctor__boundedtypevariable_BoundedTypeVariable__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static $clinit() {
  BoundedTypeVariable.$clinit = () =>{};
  BoundedTypeVariable.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof BoundedTypeVariable;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata(BoundedTypeVariable, 'boundedtypevariable.BoundedTypeVariable');

exports = BoundedTypeVariable;

//# sourceMappingURL=BoundedTypeVariable.js.map
