bsoc.util
Interface Comparable

All Known Implementing Classes:
DTableEntry

public abstract interface Comparable

Makes Objects comparable.

See Also:
SortableVector

Method Summary
 boolean isGreaterThan(Comparable other)
          Returns true if this is greater than another object.
 

Method Detail

isGreaterThan

public boolean isGreaterThan(Comparable other)
Returns true if this is greater than another object.
Parameters:
other - The other object.
Returns:
true if this is greater than another object.