public interface Tree<E,N extends OpenNode<E,? extends N>>
Modifier and Type | Method and Description |
---|---|
N |
getRoot() |
default boolean |
isEmpty() |
static <E,N extends OpenNode<E,N>> |
typeKey()
Construct a TypeKey for a specific element type.
|
N getRoot()
default boolean isEmpty()
true
if the tree is emptyCopyright © 2014–2016. All rights reserved.