add_Unsafe abstract method

  1. @protected
void add_Unsafe(
  1. T element
)

Internal implementation of add, which does not do any safety checks regarding sorting. Only to be overridden in children.

Implementation

@protected
// ignore: non_constant_identifier_names
void add_Unsafe(T element);