klyn.data.internal.QueryPlanBase.newResultList
method
public newResultList() as Object
Description

Allocates the concrete specialized result list owned by this plan.

Providers use this boundary to retain List<R> without constructing an erased ArrayList<Object>.

Returns

Empty concrete ArrayList<R> behind Object.