Interface LabelCount

All Known Implementing Classes:
LabelCountImpl

public interface LabelCount
A simple object type that has the label and the count that matches that label
  • Method Details

    • getLabel

      Label getLabel()
    • setLabel

      void setLabel(Label label)
    • getCount

      int getCount()
    • setCount

      void setCount(int count)