Observer Methods Contd.
public boolean isFull()
// Returns true if no more room; false
otherwise
{
return (numItems == listItems.length);
}