Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "multiReader" factories to Lists, Sets and Bags #338

Closed
donraab opened this issue Aug 31, 2017 · 1 comment
Closed

Add "multiReader" factories to Lists, Sets and Bags #338

donraab opened this issue Aug 31, 2017 · 1 comment

Comments

@donraab
Copy link
Contributor

donraab commented Aug 31, 2017

The multiReader factory should allow you to write code similar to the mutable and immutable factories, only returning MultiReaderFastList, MultiReaderUnifiedSet or MultiReaderHashBag.

Lists.multiReader.empty();
Lists.multiReader.with(1, 2, 3);

Bags.multiReader.empty();
Bags.multiReader.with(1, 2, 3);

Sets.multiReader.empty();
Sets.multiReader.with(1, 2, 3);

nikhilnanivadekar added a commit that referenced this issue Oct 9, 2017
Implement multiReader list factory #338
gs-vmzakharov added a commit to gs-vmzakharov/eclipse-collections that referenced this issue Nov 11, 2017
Signed-off-by: Vladimir Zakharov <vladimir.zakharov@gs.com>
mlsharrock pushed a commit to mlsharrock/eclipse-collections that referenced this issue Jan 12, 2018
Signed-off-by: Mark Sharrock <mark.sharrock@gs.com>
mlsharrock pushed a commit to mlsharrock/eclipse-collections that referenced this issue Jan 12, 2018
Signed-off-by: Mark Sharrock <mark.sharrock@gs.com>
mlsharrock pushed a commit to mlsharrock/eclipse-collections that referenced this issue Jan 25, 2018
Signed-off-by: Mark Sharrock <mark.sharrock@gs.com>
mlsharrock pushed a commit to mlsharrock/eclipse-collections that referenced this issue Jan 25, 2018
Signed-off-by: Mark Sharrock <mark.sharrock@gs.com>
mlsharrock pushed a commit to mlsharrock/eclipse-collections that referenced this issue Jan 25, 2018
Signed-off-by: Mark Sharrock <mark.sharrock@gs.com>
nikhilnanivadekar added a commit that referenced this issue Jan 25, 2018
Add multiReader factories to Sets #338
mlsharrock pushed a commit to mlsharrock/eclipse-collections that referenced this issue Jan 31, 2018
Signed-off-by: Mark Sharrock <mark.sharrock@gs.com>
mlsharrock pushed a commit to mlsharrock/eclipse-collections that referenced this issue Jan 31, 2018
Signed-off-by: Mark Sharrock <mark.sharrock@gs.com>
nikhilnanivadekar added a commit that referenced this issue Jan 31, 2018
Add multiReader factories to Bags #338
@nikhilnanivadekar
Copy link
Contributor

Fixed via #367 , #436 , #455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants