Class IterableToFreqMap

  • All Implemented Interfaces:
    Function<Iterable<String>,​FreqMap>

    public class IterableToFreqMap
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Iterable<String>,​FreqMap>
    An IterableToFreqMap is a Function which creates a FreqMap from an Iterable of Strings.
    • Constructor Detail

      • IterableToFreqMap

        public IterableToFreqMap()