gui
Class ComparableString

java.lang.Object
  |
  +--gui.ComparableString
All Implemented Interfaces:
Comparable

public class ComparableString
extends java.lang.Object
implements Comparable


Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 boolean isGreater(java.lang.Object other)
           
 boolean isLess(java.lang.Object other)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface Comparable
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Comparable
Overrides:
hashCode in class java.lang.Object

isGreater

public boolean isGreater(java.lang.Object other)
Specified by:
isGreater in interface Comparable

isLess

public boolean isLess(java.lang.Object other)
Specified by:
isLess in interface Comparable