AppserverIo\Appserver\PersistenceContainer\StatefulSessionBeanMap::isEmpty PHP Method

isEmpty() public method

This returns true if the Collection has no entries, otherwise false.
public isEmpty ( ) : boolean
return boolean
    public function isEmpty()
    {
        return $this->size() > 0;
    }