]
Tristan Tarrant updated ISPN-9085:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Add forEach taking IntConsumer to IntSet
----------------------------------------
Key: ISPN-9085
URL:
https://issues.jboss.org/browse/ISPN-9085
Project: Infinispan
Issue Type: Task
Components: Core
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.0.Alpha1
The IntSet class is still missing some methods that have primitive int variants, such as
intSpliterator, forEach(IntConsumer), removeIf(IntPredicate). These should be simple to
add and actually forEach can be used in a few places.