Constructor and Description |
---|
TreeProps() |
Modifier and Type | Method and Description |
---|---|
static TreeProps |
acquire(TreeProps source)
Whenever a Spec sets tree props, the TreeProps map from the parent is copied.
|
static TreeProps |
copy(TreeProps source) |
<T> T |
get(Class<T> key) |
void |
put(Class key,
Object value) |
public <T> T get(Class<T> key)
public static TreeProps copy(TreeProps source)
public static TreeProps acquire(TreeProps source)
Infer knows that newProps is owned but doesn't know that newProps.mMap is owned.