History for compareTo

changed:
-
description

 This part is designed to compare two Strings. The result is a negative integer if this String object lexicographically precedes the argument string. The result is a positive integer if this String object lexicographically follows the argument string. The result is zero if the strings are equal.

figure

 <img src="compare.JPG" />


inpins

 1 Compare(STR1, STR2) - ID = 1 - set the Srtings for comparison

 o STR1 – main string 

 o STR1 – another string 

outpins

 1 RESULT - ID = 51    - integer
 
links to cvs

 source - revision 1.0 "org.vcb.parts.srting.Compare.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/string/Compare.java at sourceforge.net

 configuration file revision 1.0 "Compare.xml":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/string/Compare.xml at sourceforge.net

status

 alpha release