Class ZipWithIndexProcedure<T,R extends Collection<Pair<T,Integer>>>

java.lang.Object
org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure<T,R>
All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>

public final class ZipWithIndexProcedure<T,R extends Collection<Pair<T,Integer>>> extends Object implements Procedure<T>
Creates a PairImpl of objects and their indexes and adds the result to a target collection.
See Also:
  • Constructor Details

    • ZipWithIndexProcedure

      public ZipWithIndexProcedure(R target)
  • Method Details