[
https://issues.apache.org/jira/browse/COLLECTIONS-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001847#comment-17001847
]
Claude Warren commented on COLLECTIONS-728:
-------------------------------------------
I don't think that isCompataible() as a single function works.
1) Without access to the cyclic/iterative setting the CachingHasher (from
another project) is not possible.
2) When communicating with systems that are not java based how does the
isCompatible() and function serialization work?
I truly believe the best mechanism is to identify the differences between
implementations and then provide properties for those differences. This will
allow the identity of the implementation to be serialized to other systems as
needed, without the need for Java Serializable interface or in fact Java at all
on the remote system.
> BloomFilter contribution
> ------------------------
>
> Key: COLLECTIONS-728
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-728
> Project: Commons Collections
> Issue Type: Task
> Reporter: Claude Warren
> Priority: Minor
> Attachments: BF_Func.md, BloomFilter.java, BloomFilterI2.java,
> Usage.md
>
>
> Contribution of BloomFilter library comprising base implementation and gated
> collections.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)