@Deprecated public class EqualsDecider<T> extends Object implements DeciderIF<T>
Constructor and Description |
---|
EqualsDecider(T refobj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ok(T object)
Deprecated.
PUBLIC: Returns true if the object is accepted.
|