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

size() public method

This method returns the number of entries of the Collection.
public size ( ) : integer
return integer The number of entries
    public function size()
    {
        return sizeof($this->items);
    }