Serializable
, Combiner<T>
public final class PassThruCombiner<T> extends Object implements Combiner<T>
Constructor | Description |
---|---|
PassThruCombiner() |
Modifier and Type | Method | Description |
---|---|---|
void |
combineAll(Iterable<T> thingsToCombine) |
|
void |
combineOne(T thingToCombine) |
|
boolean |
useCombineOne() |
public void combineAll(Iterable<T> thingsToCombine)
combineAll
in interface Combiner<T>
public void combineOne(T thingToCombine)
combineOne
in interface Combiner<T>
public boolean useCombineOne()
useCombineOne
in interface Combiner<T>
Copyright © 2004–2017. All rights reserved.