ConcurrentList


Description:

public ConcurrentList (owned EqualDataFunc<G>? equal_func = null)

Construct new, empty single linked list

If not provided, the function parameter is requested to the Functions function factory methods.

Parameters:

equal_func

an optional element equality testing function