public static class GroupMembershipCache.IdList extends Object
Modifier | Constructor and Description |
---|---|
protected |
IdList()
Constructs an empty IdList.
|
protected |
IdList(Long id)
Constructs an IdList with an initial value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
add(Long id)
Adds the specified ID to the list.
|
protected Long[] |
getIds()
Return the set of IDs as an array.
|
protected void |
remove(Long id)
Removes the specified ID from the list.
|
protected IdList()
protected IdList(Long id)
id
- initial ID to addprotected Long[] getIds()
protected void add(Long id)
id
- ID to addprotected void remove(Long id)
id
- ID to removeCopyright © 2023. All rights reserved.