public abstract static class Aggregators.AggregatorBase<V,C extends IItemConsumer<C>> extends java.lang.Object implements IAggregator<V,C>
| Modifier and Type | Field and Description |
|---|---|
private IType<? super V> |
ct |
private java.lang.String |
description |
private java.lang.String |
name |
| Constructor and Description |
|---|
AggregatorBase(java.lang.String name,
java.lang.String description,
IType<? super V> ct) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getName() |
IType<? super V> |
getValueType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptType, newItemConsumergetValueprivate final java.lang.String name
private final java.lang.String description
public IType<? super V> getValueType()
getValueType in interface IValueBuilder<V,java.util.Iterator<C extends IItemConsumer<C>>>public java.lang.String getName()
getName in interface IDescribablepublic java.lang.String getDescription()
getDescription in interface IDescribable