|
||||||||||
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 storeMethod Detail |
---|
public boolean isLeaf()
Node
isLeaf
in interface Node
true
if the class is a leaf node, false otherwise.Node.isLeaf()
public Partition getPartition()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |