AppserverIo\Appserver\PersistenceContainer\StatefulSessionBeanMap::clear PHP Méthode

clear() public méthode

This method initializes the Collection and removes all exsiting entries.
public clear ( ) : void
Résultat void
    public function clear()
    {
        $this->items = new GenericStackable();
    }