T
- the arguments typepublic final class InPlaceTransform<T> extends Object implements BinaryProcedure<ListIterator<T>,Function<? super T,? extends T>>
Constructor and Description |
---|
InPlaceTransform() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static InPlaceTransform<Object> |
instance()
Get an
InPlaceTransform instance. |
void |
run(ListIterator<T> left,
Function<? super T,? extends T> right)
Execute this procedure.
|
String |
toString() |
public InPlaceTransform()
public void run(ListIterator<T> left, Function<? super T,? extends T> right)
run
in interface BinaryProcedure<ListIterator<T>,Function<? super T,? extends T>>
left
- ListIterator
right
- Function
public static InPlaceTransform<Object> instance()
InPlaceTransform
instance.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.