get

operator fun get(element: Int): Boolean

Determine whether the given element is probably present in the filter. If the element is present, this always returns true, but it may sometimes return true even if the element is not present.

Return

Always true if the element is present in the filter, or usually false if it is not in the filter.

Parameters

element

The Int to test for probable membership in the BloomFilter.