标签:不能创建泛型数组

  • Java泛型 不能创建泛型数组

    不允许泛型参数化类型的数组。 CannotcreateagenericarrayofBox<Integer>Box<Integer>[]arrayOfLists=newBox<Integer>[2];由于编译器使用