Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.util
Class Misc.StringCompare  view Misc.StringCompare download Misc.StringCompare.java

java.lang.Object
  extended bycom.hartmath.util.Misc.StringCompare
All Implemented Interfaces:
Misc.Compare
Enclosing class:
Misc

public static class Misc.StringCompare
extends java.lang.Object
implements Misc.Compare

Compares strings.


Constructor Summary
Misc.StringCompare()
           
 
Method Summary
 int compare(java.lang.Object obj1, java.lang.Object obj2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Misc.StringCompare

public Misc.StringCompare()
Method Detail

compare

public int compare(java.lang.Object obj1,
                   java.lang.Object obj2)
Specified by:
compare in interface Misc.Compare