@Deprecated public class SameGrabber<T> extends Object implements GrabberIF<T,T>
| Constructor and Description |
|---|
SameGrabber()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
grab(T object)
Deprecated.
Returns an object that is somehow extracted from the given
object.
|