Create and return a deep copy of the PriorityListGroup<T>.
A clone of the PriorityListGroup<T>.
Removes an element from the group.
The element to remove.
true if the element was removed, false if it was not found in the group.
Generated using TypeDoc
The
PriorityListGroupcontains a list of PriorityListElements that all have the same (integer) priority.