protected <T> T[] standardToArray(T[] var1) {
   return ObjectArrays.toArrayImpl(this, var1);
 }