org.xBaseJ.indexes
Class NodeFloat

java.lang.Object
  extended by org.xBaseJ.indexes.NodeFloat

public class NodeFloat
extends Object

This class is courtesy of the xBaseJ project: http://xbasej.sourceforge.net/ Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA

 American Coders, Ltd
 P. O. Box 97462
 Raleigh, NC  27615  USA
 1-919-846-2014
 http://www.americancoders.com
 

Author:
Joe McVerry, American Coders Ltd.

Constructor Summary
NodeFloat(byte[] invalue)
           
NodeFloat(double invalue)
           
 
Method Summary
 int compareTo(NodeFloat nf2)
           
 double getDoubleValue()
           
 byte[] getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeFloat

public NodeFloat(byte[] invalue)

NodeFloat

public NodeFloat(double invalue)
Method Detail

compareTo

public int compareTo(NodeFloat nf2)

getDoubleValue

public double getDoubleValue()

toString

public String toString()
Overrides:
toString in class Object

getValue

public byte[] getValue()


Copyright © 2007-2011. All Rights Reserved.