/** Remove message at head @return the message at the head @precondition size() > 0*/Message remove(){ return elements.remove(0);}