Package org.lambda.query
Class Counter<T>
java.lang.Object
org.lambda.query.Counter<T>
public class Counter<T> extends Object
-
Constructor Summary
Constructors Constructor Description Counter() -
Method Summary
Modifier and Type Method Description voidcount(T value)<O> voidcountAll(Collection<O> collection, Function1<O,T> extractor)TgetMaxValue()static <In, Out> OutgetMaxValue(Collection<In> collection, Function1<In,Out> extractor)
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
countAll
-
count
-
getMaxValue
-
getMaxValue
-