Package com.atlassian.jira.user
Class UserSet
java.lang.Object
com.atlassian.jira.user.UserSet
Keeps a unique set of Users based on the username only.
This "collection" will work properly with shadowed users, mixed case usernames and the different hashcodes of ApplicationUser and Directory Users.
- Since:
- v6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ApplicationUser user) boolean
contains
(ApplicationUser user) toSet()
values()
-
Constructor Details
-
UserSet
-
-
Method Details
-
contains
-
add
-
values
-
toSet
-