cookxml.core.util
Interface ArrayConstructor


public interface ArrayConstructor

This class is used to create a primitive array.

Since:
CookXml 1.1

Method Summary
 Object create(int length)
           
 

Method Detail

create

public Object create(int length)