function bool = isempty(self)
%ISEMPTY Check to see if the queue is empty
%   bool = isempty(queue)

% 

bool = isempty(self.data);