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