size

public long size()

Returns the number of elements contained in this filter (its cardinality). If this filter contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.

Return

the number of elements contained in this filter (its cardinality)

See also