Determine the size of a list.
import
public
}
|
Definition and Usage
The size() method denotes the number of elements present in the list.
Syntax
public int size() |
Technical Details
Returns: |
The count of elements within the list. |