mtree
Class LeafNode

java.lang.Object
  extended by mtree.Node
      extended by mtree.LeafNode
All Implemented Interfaces:
java.io.Serializable

public class LeafNode
extends Node

See Also:
Serialized Form

Constructor Summary
LeafNode(messif.buckets.LocalBucket bucket)
          Constructors
 
Method Summary
 messif.objects.LocalAbstractObject deleteObject(int objectID)
           
 messif.buckets.LocalBucket getBucket()
          Methods
 int getObjectCount()
           
 java.util.List<messif.objects.LocalAbstractObject> getObjects()
          Implemented class Node
 java.lang.String toString()
          Overrided methods of the class Object
 
Methods inherited from class mtree.Node
getLevel, getSortedObjectList, isLastInternalNode, isLeaf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeafNode

public LeafNode(messif.buckets.LocalBucket bucket)
Constructors

Method Detail

getBucket

public messif.buckets.LocalBucket getBucket()
Methods


deleteObject

public messif.objects.LocalAbstractObject deleteObject(int objectID)

getObjects

public java.util.List<messif.objects.LocalAbstractObject> getObjects()
Implemented class Node

Specified by:
getObjects in class Node
Returns:
Returns all objects stored in the node.

getObjectCount

public int getObjectCount()
Specified by:
getObjectCount in class Node
Returns:
Returns object count stored in the node.

toString

public java.lang.String toString()
Overrided methods of the class Object

Overrides:
toString in class java.lang.Object