public class TreeProps
extends java.lang.Object
TreeProp
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) |
boolean |
equals(java.lang.Object o) |
<T> T |
get(java.lang.Class<T> key) |
int |
hashCode() |
void |
put(java.lang.Class key,
java.lang.Object value) |
public void put(java.lang.Class key, java.lang.Object value)
public <T> T get(java.lang.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.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object