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

__construct() public method

Initializes the map.
public __construct ( )
    public function __construct()
    {
        $this->items = new GenericStackable();
        $this->lifetime = new GenericStackable();
    }