public final class ZipWithIndexProcedure<T,R extends Collection<org.eclipse.collections.api.tuple.Pair<T,Integer>>> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
ZipWithIndexProcedure(R target) |
| Modifier and Type | Method and Description |
|---|---|
static <TT,RR extends Collection<org.eclipse.collections.api.tuple.Pair<TT,Integer>>> |
create(RR target) |
void |
value(T each) |
public ZipWithIndexProcedure(R target)
public static <TT,RR extends Collection<org.eclipse.collections.api.tuple.Pair<TT,Integer>>> ZipWithIndexProcedure<TT,RR> create(RR target)
Copyright © 2004–2018. All rights reserved.