SRCTYPE - Aggregator source typeDSTTYPE - Aggregator destination type@NotThreadSafe public final class AggregatorFactoryConst<SRCTYPE,DSTTYPE> extends Object implements IAggregatorFactory<SRCTYPE,DSTTYPE>
IAggregatorFactory with a constant instance| Constructor and Description |
|---|
AggregatorFactoryConst(IAggregator<SRCTYPE,DSTTYPE> aAggregator) |
| Modifier and Type | Method and Description |
|---|---|
IAggregator<SRCTYPE,DSTTYPE> |
create()
Create an object of the desired type.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public AggregatorFactoryConst(@Nonnull IAggregator<SRCTYPE,DSTTYPE> aAggregator)
@Nonnull public IAggregator<SRCTYPE,DSTTYPE> create()
IFactorycreate in interface IFactory<IAggregator<SRCTYPE,DSTTYPE>>null depending on the
implementation.Copyright © 2014 Philip Helger. All rights reserved.