Uses of Class
org.apache.commons.text.similarity.IntersectionResult
Packages that use IntersectionResult
-
Uses of IntersectionResult in org.apache.commons.text.similarity
Classes in org.apache.commons.text.similarity that implement interfaces with type arguments of type IntersectionResultModifier and TypeClassDescriptionclassMeasures the intersection of two sets created from a pair of character sequences.Methods in org.apache.commons.text.similarity that return IntersectionResultModifier and TypeMethodDescriptionIntersectionSimilarity.apply(CharSequence left, CharSequence right) Calculates the intersection of two character sequences passed as input.