Uses of Class
org.ojalgo.type.function.TwoStepMapper.KeyCounter
Packages that use TwoStepMapper.KeyCounter
-
Uses of TwoStepMapper.KeyCounter in org.ojalgo.type.function
Classes in org.ojalgo.type.function that implement interfaces with type arguments of type TwoStepMapper.KeyCounterModifier and TypeClassDescriptionstatic final classA frequency counter that optionally filters some elements when merging subresults.Methods in org.ojalgo.type.function that return TwoStepMapper.KeyCounterModifier and TypeMethodDescriptionstatic <T> TwoStepMapper.KeyCounter<T, T> TwoStepMapper.KeyCounter.newInstance()static <T> TwoStepMapper.KeyCounter<T, T> TwoStepMapper.KeyCounter.newInstance(FrequencyMap.FrequencyPredicate<T> predicate) Methods in org.ojalgo.type.function with parameters of type TwoStepMapper.KeyCounterModifier and TypeMethodDescriptionvoidTwoStepMapper.KeyCounter.combine(TwoStepMapper.KeyCounter<T, G> other)