makeArray (long[])

format

SearchResults[] makeArray(long keys[])

description

Creates a one-dimensional array of SearchResults objects and populates it with the given objects.

parameters

keys - an array of keys of SearchResults objects

returns

a one-dimensional array of SearchResults objects

throws

The makeArray() method does not throw any exceptions.