public final class ZipWithIndexProcedure<T,R extends java.util.Collection<com.gs.collections.api.tuple.Pair<T,java.lang.Integer>>>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
ZipWithIndexProcedure(R target) |
| Modifier and Type | Method and Description |
|---|---|
static <TT,RR extends java.util.Collection<com.gs.collections.api.tuple.Pair<TT,java.lang.Integer>>> |
create(RR target) |
void |
value(T each) |
public ZipWithIndexProcedure(R target)
public static <TT,RR extends java.util.Collection<com.gs.collections.api.tuple.Pair<TT,java.lang.Integer>>> ZipWithIndexProcedure<TT,RR> create(RR target)