|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.partition.tree.LeafNode
public class LeafNode
A leaf node which stores a Partition. These objects are stored in BranchNodes.
| Constructor Summary | |
|---|---|
LeafNode(Partition partition)
Creates a new instance of LeafNode. |
|
| Method Summary | |
|---|---|
Partition |
getPartition()
|
boolean |
isLeaf()
Tells if the implementation is a leaf node. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LeafNode(Partition partition)
partition - the partition to store| Method Detail |
|---|
public boolean isLeaf()
Node
isLeaf in interface Nodetrue if the class is a leaf node, false otherwise.Node.isLeaf()public Partition getPartition()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||