Interface ArrayHelper.Allocator<T>

Enclosing class:
ArrayHelper

public static interface ArrayHelper.Allocator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    T[]
    allocate(int size)
     
  • Method Details