Class FreqMapExtractor

  • All Implemented Interfaces:
    Function<FreqMap,​Long>

    public class FreqMapExtractor
    extends uk.gov.gchq.koryphe.function.KorypheFunction<FreqMap,​Long>
    A FreqMapExtractor is a KorypheFunction that extracts a count from a frequency map for the provided key.
    • Constructor Detail

      • FreqMapExtractor

        public FreqMapExtractor()
      • FreqMapExtractor

        public FreqMapExtractor​(String key)
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)