public class SoundsLikeOperator extends Object implements Operator.SingleValue<String,String>
Operator.MultipleValue<A,B>, Operator.Register, Operator.SingleValue<A,B>
Predicate2.Impl<A,B>
Modifier and Type | Field and Description |
---|---|
static SoundsLikeOperator |
INSTANCE |
static char[] |
MAP |
Constructor and Description |
---|
SoundsLikeOperator() |
Modifier and Type | Method and Description |
---|---|
boolean |
eval(String s1,
String s2) |
String |
getOperatorName() |
static String |
soundex(String s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
test
requiresCoercion
public static final SoundsLikeOperator INSTANCE
public static final char[] MAP
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.