copyOf

public static BloomFilter<T> copyOf<T>(BloomFilter<T> f)

Creates a new BloomFilter that's a copy of this instance. The returned instance equals(f) == true but shares no mutable state.