gui
Interface Comparable

All Known Implementing Classes:
ComparableMethod, Pixel, ComparableString

public interface Comparable


Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 boolean isGreater(java.lang.Object other)
           
 boolean isLess(java.lang.Object other)
           
 

Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

isGreater

public boolean isGreater(java.lang.Object other)

isLess

public boolean isLess(java.lang.Object other)