emptyList abstract method

  1. @protected
L emptyList(
  1. int length
)
inherited

Internal method to create an empty typed-list of the requested length.

Implementation

@protected
L emptyList(int length);