T
public class Average<T> extends Object implements BinaryDelegate<Pair<T,Long>,Pair<T,Long>,T>
Average(SumPolicy<T,T,T> policy)
Pair<T,Long>
perform(Pair<T,Long> accumulator, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Average(SumPolicy<T,T,T> policy)
public Pair<T,Long> perform(Pair<T,Long> accumulator, T value)
BinaryDelegate
perform
BinaryDelegate<Pair<T,Long>,Pair<T,Long>,T>
accumulator
value
Copyright © 2013. All rights reserved.