dweiss commented on issue #15438: URL: https://github.com/apache/lucene/issues/15438#issuecomment-3556499992
IntHashSet will have a random iteration order - it is by design to prevent problems with collisions. You could probably hack your way into the internals and iterate over values in any way you like... but it's still a hash set - the ordering isn't guaranteed and may change, so tests shouldn't rely on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
