#include <Comparable.h>
Public Member Functions | |
virtual | ~Comparable () |
virtual jint | compareTo (const T &) const =0 throw () |
virtual beecrypt::lang::Comparable< T >::~Comparable | ( | ) | [inline, virtual] |
virtual jint beecrypt::lang::Comparable< T >::compareTo | ( | const T & | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Character, beecrypt::lang::Integer, beecrypt::lang::Long, and beecrypt::lang::String.