public interface Comparator
Title: Dataspace Framework
Description: An operator which compares two values for similarity, and returns a number in the range 0.0 to 1.0 indicating the degree of similarity.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
double |
compare(java.lang.String v1,
java.lang.String v2) |
boolean |
isTokenized()
Returns true if the comparator breaks string values up into
tokens when comparing.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.