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

ChainedIterator doesn't have a varargs constructor #321

Open
GCHQDeveloper314 opened this issue Apr 18, 2024 · 0 comments
Open

ChainedIterator doesn't have a varargs constructor #321

GCHQDeveloper314 opened this issue Apr 18, 2024 · 0 comments
Labels
enhancement Improvement to existing functionality/feature
Milestone

Comments

@GCHQDeveloper314
Copy link
Member

In ChainedIterable.java there's a varargs constructor to take any number of Iterables to create a single Iterable:

public ChainedIterable(final Iterable<? extends T>... iterables) {

The ChainedIterator.java class is very similar but is missing this kind of constructor.

@GCHQDeveloper314 GCHQDeveloper314 added the enhancement Improvement to existing functionality/feature label Apr 18, 2024
@GCHQDeveloper314 GCHQDeveloper314 added this to the v2.6.0 milestone Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing functionality/feature
Projects
None yet
Development

No branches or pull requests

1 participant