cs015
Interface Comparable

All Known Implementing Classes:
PizzaData

public interface Comparable


Method Summary
 boolean isEqualTo(Comparable otherKey)
           
 boolean isGreaterThan(Comparable otherKey)
           
 boolean isLessThan(Comparable otherKey)
           
 

Method Detail

isEqualTo

public boolean isEqualTo(Comparable otherKey)

isLessThan

public boolean isLessThan(Comparable otherKey)

isGreaterThan

public boolean isGreaterThan(Comparable otherKey)