Some pre-defined conflict handlers for add.
Throw EdgeExistsException.
Keep existingEdge – discard newEdge.
Replace the existingEdge by newEdge.
Return an edge with sum of both weights. If given payload will be kept from existingEdge .
See Implementation
Some pre-defined conflict handlers for add.