public interface DnNode<N>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeaf()
Tells if the implementation is a leaf node.
|
int |
size()
Returns the number of entries under this node.
|
boolean isLeaf()
true if the class is a leaf node, false otherwise.int size()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.