goog.module('nestedgenericclass.NestedGenericClass.$1F$impl');

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

let NestedGenericClass = goog.forwardDeclare('nestedgenericclass.NestedGenericClass$impl');

/**
 * @template S, T
 */
class $1F extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
  /**@type {!NestedGenericClass<T>} @nodts*/
  this.$outer_this__nestedgenericclass_NestedGenericClass_1F;
  /**@type {?S} @nodts*/
  this.f_f__nestedgenericclass_NestedGenericClass_1F;
 }
 /** @nodts @template S, T @return {!$1F<S, T>} */
 static $create__nestedgenericclass_NestedGenericClass(/** !NestedGenericClass<T> */ $outer_this) {
  $1F.$clinit();
  let $instance = new $1F();
  $instance.$ctor__nestedgenericclass_NestedGenericClass_1F__nestedgenericclass_NestedGenericClass__void($outer_this);
  return $instance;
 }
 /** @nodts */
 $ctor__nestedgenericclass_NestedGenericClass_1F__nestedgenericclass_NestedGenericClass__void(/** !NestedGenericClass<T> */ $outer_this) {
  this.$outer_this__nestedgenericclass_NestedGenericClass_1F = $outer_this;
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static $clinit() {
  $1F.$clinit = () =>{};
  $1F.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $1F;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata($1F, 'nestedgenericclass.NestedGenericClass$1F');

exports = $1F;

//# sourceMappingURL=NestedGenericClass$1F.js.map
