The ICardinality interface defines the contract:
/**
* Offer the value as a hashed long value
*
* @param hashedLong - the hash of the item to offer to the estimator
* @return false if the value returned by cardinality() is unaffected
by the appearance of hashedLong in the stream
*/
boolean offerHashed(long hashedLong);
Matt
> --
> You received this message because you are subscribed to the Google Groups
> "stream-lib-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
stream-lib-us...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.