public interface MutableTree<E,N extends OpenMutableNode<E,N>> extends Tree<E,N>
Modifier and Type | Method and Description |
---|---|
N |
setRoot(E root)
Set the root element.
|
static <E,N extends OpenMutableNode<E,N>> |
typeKey()
Construct a TypeKey for a specific element type.
|
N setRoot(E root)
root
- Root element.static <E,N extends OpenMutableNode<E,N>> TypeKey<MutableTree<E,N>> typeKey()
Copyright © 2014–2016. All rights reserved.