| |
|
| java.lang.Object com.jofti.btree.ValueObject
All known Subclasses: com.jofti.btree.KeyValueObject,
ValueObject | public class ValueObject implements Comparable,Externalizable(Code) | | This is used to wrap all values put into the Tree. It is is responsible for the comparison ordering for dimensions
and for checking the values against the min and max values int he tree and the dimension.
author: Steve Woodcock version: 1.0
|
hashCode | volatile int hashCode(Code) | | |
ValueObject | public ValueObject()(Code) | | |
ValueObject | public ValueObject(int dimension, Comparable value)(Code) | | Creates a new instance of ValueObject
|
getDimension | public int getDimension()(Code) | | Getter for property dimension.
Value of property dimension. |
getRealValue | public java.lang.Object getRealValue()(Code) | | Getter for property realValue.
Value of property realValue. |
hashCode | public int hashCode()(Code) | | |
|
|
|