I want to compare two object based on 5-tuple which are: srcAddr, dstAddr, srcPort, dstPort, protocol
here is what i have:
public class Flows implements
Use string.equals() instead of ==.
string.equals()