Class LabelAndValue


  • public final class LabelAndValue
    extends Object
    Single label and its value, usually contained in a FacetResult.
    • Field Detail

      • label

        public final String label
        Facet's label.
      • value

        public final Number value
        Value associated with this label.
    • Constructor Detail

      • LabelAndValue

        public LabelAndValue​(String label,
                             Number value)
        Sole constructor.