RingType
- Type of Ring to average@CodeReview(reviewer="Kevin R. Dixon", date="2008-02-26", changesNeeded=false, comments="Looks good.") public class RingAverager<RingType extends Ring<RingType>> extends AbstractCloneableSerializable implements Summarizer<RingType,RingType>
Constructor and Description |
---|
RingAverager()
Creates a new instance of RingAverager
|
Modifier and Type | Method and Description |
---|---|
RingType |
summarize(java.util.Collection<? extends RingType> data)
Creates a summary of the given collection of data.
|
clone
public RingType summarize(java.util.Collection<? extends RingType> data)
Summarizer