Get the wrapped object @param A convenience generic parameter for automatic unsafe casting
()
| 271 | * @param <T> A convenience generic parameter for automatic unsafe casting |
| 272 | */ |
| 273 | @SuppressWarnings("unchecked") |
| 274 | public <T> T get() { |
| 275 | return (T) object; |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Set a field value. |