Get a new array of the given size

Property definitions

java $ JavaShortArray :: new
	# Get a new array of the given `size`
	new (size: Int) in "Java" `{ return new short[(int)size]; `}
lib/java/collections.nit:67,2--68,61