public static class

ProjectRoleManager.ProjectIdToProjectRoleIdsMap

extends Object
implements Iterable<T>
java.lang.Object
   ↳ com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap

Class Overview

This class implements is backed by the map with project ID as a key and a collection of project role IDs as the mapped value of the map.

Summary

Nested Classes
class ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry Map entry that holds the project id and the collection of project role ids  
Public Constructors
ProjectRoleManager.ProjectIdToProjectRoleIdsMap()
Public Methods
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
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Iterable

Public Constructors

public ProjectRoleManager.ProjectIdToProjectRoleIdsMap ()

Public Methods

public void add (Long projectId, Long projectRoleId)

public boolean isEmpty ()

Returns true if the map is empty, false otherwise

Returns
  • true if the map is empty, false otherwise

public Iterator<ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry> iterator ()

Returns an iterator for this map

Returns
  • an iterator