#include <Comparable.h>
Inheritance diagram for beecrypt::lang::Comparable< T >:
Public Member Functions | |
virtual int | compareTo (const T &) const=0 throw () |
virtual int beecrypt::lang::Comparable< T >::compareTo | ( | const T & | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.