public class RootElementWrapper<T> extends BaseWrapper<T>
| Constructor and Description |
|---|
RootElementWrapper(T object)
Creates a new wrapper that wraps the given object.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getObject()
Returns the receiver's wrapped object.
|
void |
setObject(T object)
Sets the receiver's wrapped object to the given one.
|
public RootElementWrapper(T object)
object - The object, which may be null.Copyright © 2015. All Rights Reserved.