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