public class SymmetricDifference extends Object implements stream.Processor
Created by jebuss on 17.12.15.
@Parameter(required=true,
description="key to the first set to be compared")
public String setAKey
@Parameter(required=true,
description="key to the second set to be united")
public String setBKey
@Parameter(required=true,
description="key to the output set which contains the symmetric difference")
public String outsetKey
Copyright © 2019. All rights reserved.