Method ADT.Heap()->remove() Method remove void remove(ValueType|Element(< ValueType >) value) Description Remove a value from the heap. Parameter value Value to remove. See also push(), pop()