public static class ProjectRoleManager.ProjectIdToProjectRoleIdsMap extends Object implements Iterable<ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry>
Modifier and Type | Class and Description |
---|---|
static class |
ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry
Map entry that holds the project id and the collection of project
role ids
|
Constructor and Description |
---|
ProjectIdToProjectRoleIdsMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(Long projectId,
Long projectRoleId) |
boolean |
isEmpty()
Returns true if the map is empty, false otherwise
|
Iterator<ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry> |
iterator()
Returns an iterator for this map
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public boolean isEmpty()
public Iterator<ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry> iterator()
iterator
in interface Iterable<ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry>
Copyright © 2002-2023 Atlassian. All Rights Reserved.