copy
Creates a new CuckooFilter
that's a copy of this instance. The new instance is equal to this instance but shares no mutable state. Note that further #put(Object)
} operations may cause a copy to diverge even if the same operations are performed to both filters since bucket swaps are essentially random.
Return
a copy of the filter