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;
    }