U - type of the userspublic interface UserIndex<U>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsUser(U u)
Checks whether the index contains a user.
|
Stream<U> |
getAllUsers()
Retrieves a stream of the indexed users.
|
int |
numUsers()
Counts the number of indexed users.
|
boolean containsUser(U u)
u - userint numUsers()
Copyright © 2016. All rights reserved.