All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface gui.Comparable

public abstract interface Comparable

Method Index

 o equals(Object)
 o hashCode()
 o isGreater(Object)
 o isLess(Object)

Methods

 o equals
 public abstract boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object
 o isLess
 public abstract boolean isLess(java.lang.Object other)
 o isGreater
 public abstract boolean isGreater(java.lang.Object other)
 o hashCode
 public abstract int hashCode()
Overrides:
hashCode in class java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index