Class SimpleOverflowMap.FrontFilterConverter

    • Constructor Detail

      • FrontFilterConverter

        protected FrontFilterConverter()
    • Method Detail

      • evaluate

        public boolean evaluate​(Object o)
        Filters keys out that are not in the front map.
        Specified by:
        evaluate in interface Filter
        Parameters:
        o - the input argument to evaluate
        Returns:
        true if the input argument matches the filter, otherwise false
      • convert

        public Object convert​(Object o)
        Extracts the key from the Status object.
        Specified by:
        convert in interface Converter
        Parameters:
        o - the object to convert
        Returns:
        the converted form of the passed object