Serializable
, Consumer<T>
, Procedure<T>
public final class ZipWithIndexProcedure<T,R extends Collection<Pair<T,Integer>>> extends Object implements Procedure<T>
Constructor | Description |
---|---|
ZipWithIndexProcedure(R target) |
Modifier and Type | Method | 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–2019. All rights reserved.