Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types #238
[COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types #238
Changes from 5 commits
afa8fe8
8aa1cd4
2a6308e
61d87b9
d814fc1
cf3fb3d
a22a2b9
4e36ad9
86e5f7c
0096325
e306c67
b7bcfcf
a2b0fb7
194c16c
50c9a89
b723a52
c9c0692
6b060af
3c2f9c9
f44bab8
0a21aab
2824b3d
f5256e4
e7b92dc
056c6f4
7b4ea05
88147b1
e452ee9
f4d9058
eddbd00
4bc40e5
2b03765
55528c5
731c42f
05ec896
f767cfd
403aeaf
f4ae48f
134303e
4c410fb
3c7a225
333a2e9
03f9f6d
426a289
0f701b7
9eb8e43
0118753
6720909
1538214
a14e1e5
6e06ecd
d8938a7
db8c7d6
54ef3fa
44cb1f5
5ea10a0
46e7ea9
964695a
ac30e1b
4d214b5
98ce7ff
a294c35
28078f7
f88867c
c0a5ba3
34c11c3
076f8ee
f88644c
33aa9d1
663cf79
40fc4d1
08c3e11
0fe27a2
0d20bfa
1a21f3e
d1e2412
1dc2d9c
24b8b2c
a6355c2
2ea29ab
673da2f
df2bfae
b1b8c65
604c9bd
6dbf920
99bea64
59c73fd
337e931
2e60e13
d524cf0
5283d38
d103b64
48ebe7f
2ab32ce
26168e5
392c8cc
9278b83
5bdd36e
bdc488c
cbb3877
5ba3c3a
0221d15
f5b3dd7
9b93933
3034107
39bd0d9
36b56e7
7434b20
bf9fc25
c07500f
687480d
eefba11
5186ccb
fbb34d3
bf230c3
490b6af
fef5a26
970a09f
955352e
e360f3b
1845fe8
a023de1
659b840
5b12651
ebae8a3
0496277
7170bf8
f9333ca
7c848e3
6024a71
2b8301e
31de544
067fedd
0a7395c
3cb83a8
981de22
297ae00
19ed3d4
9c16067
11577d0
0cdae4d
efc1065
1c87346
8bfe546
32c6677
9ca64a9
8bc78fb
090aa99
dd80f9d
065a09f
ea89e40
1527ca8
0b3529c
a9f5c7f
ad16709
3ae2668
70f14fc
d673b06
c31bf9c
dbab6e2
126185e
1340b16
b25f1a4
e136aa3
22a6b59
da1083e
d80a5a7
14234ba
c1cae17
78863e3
791cf80
10b1292
7996552
fe239b9
e82c795
64d8c65
8363328
19775dc
ed39e80
5cbf81a
4e70a00
19edcb5
94f0514
3e8bc92
59f4fa3
cc1f04b
7797a45
f2c8b42
ea1c58e
3fce696
548c445
7af91ee
68e3ff1
5acb65c
00239f3
2b59ddb
4cc5c37
6538189
d42c87e
b2bf4e3
7874b21
ebbd286
94cdbec
c00e682
638693c
c20b777
5db2642
05549e0
b912b23
b45ad94
83c8ee2
08efcd4
8de9296
67cb7f7
633708b
ba1e44e
9ac6788
bf5cefd
69f9a27
c051326
f425667
2b7f1f0
88b5e65
f3a18bd
c6aee80
d777afd
9fec5f4
08fa869
37a1dc2
97dfed3
fac9baa
b459495
170a776
46a364d
b88df81
4104913
21e2208
782d3bb
c91927a
cd33766
bedb515
6d765ac
f12c3af
b6e7ac2
23ce3d3
a30ac76
c01d3dd
e7b796d
45af3cc
dd42aa7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to think about this because Common Lang already defines different kinds of Pair classes...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I usually use
ImmutablePair
, but that is in apache/commons-lang3 , that is not a dependency in this project and didn't think should add, but open to ideas. If you point me to a Pair Class, would be open to using an existing pair class.