|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
IClassifier.setMatchCutoff(double)
and IClassifier.isMatch(java.lang.String)
methods.hashCode
for a boolean
.
hashCode
for a boolean
array.
boolean
.
builder
the deep comparison of
two boolean
arrays.
booleans
s are equal.
builder
the comparison of
two booleans
s.
hashCode
for a byte
.
hashCode
for a byte
array.
byte
.
builder
the deep comparison of
two byte
arrays.
byte
s are equal.
builder
the comparison of
two byte
s.
hashCode
for a char
.
hashCode
for a char
array.
char
.
builder
the deep comparison of
two char
arrays.
char
s are equal.
builder
the comparison of
two char
s.
hashCode
for a double
.
hashCode
for a double
array.
double
.
builder
the deep comparison of
two double
arrays.
double
s are equal by testing that the
pattern of bits returned by doubleToLong
are equal.
builder
the comparison of
two double
s.
hashCode
for a float
.
hashCode
for a float
array.
float
.
builder
the deep comparison of
two float
arrays.
float
s are equal byt testing that the
pattern of bits returned by doubleToLong are equal.
builder
the comparison of
two float
s.
hashCode
for an int
.
hashCode
for an int
array.
int
.
builder
the deep comparison of
two int
arrays.
int
s are equal.
builder
the comparison of
two int
s.
hashCode
for a long
.
hashCode
for a long
array.
long
.
builder
the deep comparison of
two long
arrays.
long
s are equal.
builder
the comparison of
two long
s.
hashCode
for an Object
.
hashCode
for an Object
array.
Object
arrays.
builder
the deep comparison of
two Object
arrays.
builder
the deep comparison of
two Object
arrays.
Object
s are equal using their
equals
method.
builder
the comparison of
two Object
s.
builder
the comparison of
two Object
s.
hashCode
for a short
.
hashCode
for a short
array.
short
.
builder
the deep comparison of
two short
arrays.
short
s are equal.
builder
the comparison of
two short
s.
super.equals()
to this builder.
builder
the compareTo(Object)
result of the superclass.
IClassifier
based on Bayes'
theorem (see http://www.wikipedia.org/wiki/Bayes_theorem).Comparable.compareTo(Object)
methods.Object.equals(Object)
methods.Object.hashCode()
methods.true
if the fields that have been checked
are all equal.
IClassifier.classify(java.lang.String)
)
and checks if it would be classified as a match or not
IClassifier.isMatch(java.lang.String)
method.
Object
s via reflection.
Object
s via reflection.
Object
s via reflection.
Object
s
are equal.
Object
s
are equal.
Object
s
are equal.
IClassifier.classify(java.lang.String)
.
IClassifier
interface.builder
has judged the "left-hand" side
as less than, greater than, or equal to the "right-hand"
side.
hashCode
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |