|
QuickHashIntSet::getSizeReturns the number of elements in the set Beschreibung
publicint QuickHashIntSet::getSize ( void
)
Returns the number of elements in the set. Parameter-Liste
RückgabewerteThe number of elements in the set. Beispiele
Beispiel #1 QuickHashIntSet::getSize example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(true) bool(true) int(2) |