#include <Cloneable.h>
Public Member Functions | |
virtual | ~Cloneable () |
virtual Object * | clone () const =0 throw (CloneNotSupportedException) |
virtual beecrypt::lang::Cloneable::~Cloneable | ( | ) | [inline, virtual] |
virtual Object* beecrypt::lang::Cloneable::clone | ( | ) | const throw (CloneNotSupportedException) [pure virtual] |
Implemented in beecrypt::util::ArrayList< E >, beecrypt::util::Date, and beecrypt::util::Hashtable< K, V >.