|
Ds\PriorityQueue::isEmptyReturns whether the queue is empty Beschreibung
public bool Ds\PriorityQueue::isEmpty
( void
)
Returns whether the queue is empty. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns BeispieleBeispiel #1 Ds\PriorityQueue::isEmpty example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(false) bool(true) |