[ https://issues.apache.org/jira/browse/MNEMONIC-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16084991#comment-16084991 ]
ASF GitHub Bot commented on MNEMONIC-95: ---------------------------------------- GitHub user johnugeorge opened a pull request: https://github.com/apache/incubator-mnemonic/pull/51 MNEMONIC-95: Durable Set Add/Remove/Contains implementation Implementation of Add, Remove and Contains functions for the Durable Set data structure. You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnugeorge/incubator-mnemonic master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-mnemonic/pull/51.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #51 ---- commit 854cb5c3b520139ceb6e56f799a0b0bb5da1d27c Author: Johnu George <jo...@apache.org> Date: 2017-07-13T00:27:08Z MNEMONIC-95: Durable Set Add/Remove/Contains implementation ---- > Create a Durable Set > -------------------- > > Key: MNEMONIC-95 > URL: https://issues.apache.org/jira/browse/MNEMONIC-95 > Project: Mnemonic > Issue Type: New Feature > Components: Collection > Affects Versions: 0.6.0-incubating > Reporter: Wang, Gang > Assignee: Johnu George > Fix For: 0.9.0-incubating > > > Implement a durable set that is generic, the durable set is not necessary to > fully comply with the Set interface of Java Set, but those basic operations > hinted by Java Set should be implemented. -- This message was sent by Atlassian JIRA (v6.4.14#64029)