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