empty method

bool empty()

Implementation

bool empty() {
	return head == null;
}