AppserverIo\Appserver\PersistenceContainer\StatefulSessionBeanMap::isEmpty PHP Метод

isEmpty() публичный Метод

This returns true if the Collection has no entries, otherwise false.
public isEmpty ( ) : boolean
Результат boolean
    public function isEmpty()
    {
        return $this->size() > 0;
    }