format
SearchResults[] makeArray(int length)
description
Creates a one-dimensional array of SearchResults objects of the specified length.
parameters
length - the length of the new array
length
returns
a one-dimensional array of SearchResults objects
throws
The makeArray() method does not throw any exceptions.
makeArray()