Uses of Class
org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure
Package | Description |
---|---|
org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2 . |
-
Uses of ZipWithIndexProcedure in org.eclipse.collections.impl.block.procedure
Methods in org.eclipse.collections.impl.block.procedure that return ZipWithIndexProcedure Modifier and Type Method Description static <TT, RR extends Collection<Pair<TT, Integer>>>
ZipWithIndexProcedure<TT,RR>ZipWithIndexProcedure. create(RR target)