18#ifndef __LIBSTD_COMPARABLE_H
19#define __LIBSTD_COMPARABLE_H
50 virtual bool equals(
const T &t)
const = 0;
Objects which can be compared to each other.
virtual int compareTo(const T &t) const =0
Compares this Comparable to the given Comparable.
virtual bool equals(const T &t) const =0
Test if an object is equal to an other object.
virtual ~Comparable()
Class destructor.