Interface CountableLabel
- All Known Implementing Classes:
LabelSearchResult,LiteLabelSearchResult,RankedLabelSearchResult,RankedLiteLabelSearchResult
public interface CountableLabel
An interface for the implementations which contain the amount of labels.
For example, label "X" appears 3 times, and label "B" appears 2 times.
This abstraction is used by comparators for sorting labels by frequency.
- Since:
- 7.7.0
-
Method Summary
-
Method Details
-
getCount
int getCount()
-