Uses of Class
org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure
-
Packages that use ZipWithIndexProcedure Package Description org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
. -
-
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 java.util.Collection<Pair<TT,java.lang.Integer>>>
ZipWithIndexProcedure<TT,RR>ZipWithIndexProcedure. create(RR target)
-