org.gjt.sp.jedit
Class MiscUtilities.StringICaseCompare

java.lang.Object
  extended by org.gjt.sp.jedit.MiscUtilities.StringICaseCompare
All Implemented Interfaces:
java.util.Comparator<java.lang.Object>
Enclosing class:
MiscUtilities

Deprecated. use StandardUtilities.StringCompare

@Deprecated
public static class MiscUtilities.StringICaseCompare
extends java.lang.Object
implements java.util.Comparator<java.lang.Object>

Compares strings ignoring case.


Constructor Summary
MiscUtilities.StringICaseCompare()
          Deprecated.  
 
Method Summary
 int compare(java.lang.Object obj1, java.lang.Object obj2)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

MiscUtilities.StringICaseCompare

public MiscUtilities.StringICaseCompare()
Deprecated. 
Method Detail

compare

public int compare(java.lang.Object obj1,
                   java.lang.Object obj2)
Deprecated. 
Specified by:
compare in interface java.util.Comparator<java.lang.Object>