empty method

bool empty()

Returns true if this cell is empty.

Implementation

bool empty() {
	return entries.isEmpty;
}