btree
Class DeleteFashion

java.lang.Object
  extended bybtree.DeleteFashion

public class DeleteFashion
extends java.lang.Object

DeleteType class define which delete type (naive or full) will be


Field Summary
static int FULL_DELETE
           
static int NAIVE_DELETE
           
 
Constructor Summary
DeleteFashion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAIVE_DELETE

public static final int NAIVE_DELETE
See Also:
Constant Field Values

FULL_DELETE

public static final int FULL_DELETE
See Also:
Constant Field Values
Constructor Detail

DeleteFashion

public DeleteFashion()