Class IntersectionSimilarity.BagCount
java.lang.Object
org.apache.commons.text.similarity.IntersectionSimilarity.BagCount
- Enclosing class:
- IntersectionSimilarity<T>
Mutable counter class for storing the count of elements.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
The count.private static final IntersectionSimilarity.BagCount
Private, mutable but must be used as immutable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ZERO
Private, mutable but must be used as immutable. -
count
int countThe count.
-
-
Constructor Details
-
BagCount
private BagCount()
-