Package com.intellij.util
Interface ArrayFactory<T>
-
public interface ArrayFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T[]
create(int count)
-
-
-
Method Detail
-
create
T[] create(int count)
-
-