org.xBaseJ.indexes
Class NodeKey

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

public class NodeKey
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
NodeKey(Object keyIn)
           
 
Method Summary
 int compareKey(NodeKey keyCompareTo)
           
 char getType()
           
 int length()
           
 String rebuildString(String inString)
           
 double toDouble()
           
 NodeFloat toNodeFloat()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeKey

public NodeKey(Object keyIn)
Method Detail

getType

public char getType()

rebuildString

public String rebuildString(String inString)

compareKey

public int compareKey(NodeKey keyCompareTo)

length

public int length()

toString

public String toString()
Overrides:
toString in class Object

toDouble

public double toDouble()

toNodeFloat

public NodeFloat toNodeFloat()


Copyright © 2007-2011. All Rights Reserved.