T - the type of values that may be supportedpublic interface Supports<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(T obj)
Implementations should decided whether they support the given object or not.
|
boolean supports(T obj)
obj - The object that may or may not be supported.