Interface ArrayFactory<T>


  • public interface ArrayFactory<T>
    • Method Detail

      • create

        T[] create​(int count)