Implement the UserQuery interface in the LogParser class:
2.1. The getAllUsers() method must return all users.
2.2. The getNumberOfUsers() method must return the number of unique users.
2.3. The getNumberOfUserEvents() method must return the number of events from a specific user.
Log parser (part 2)
- 36
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
UltraGameCoder Java Developer
19 September 2022, 09:58
The description of
Could've been more clear of it needing a total of unique/distinct events. I thought it wanted the total number of events 0