com.atlassian.jira.security.roles
Interface ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Iterator

Enclosing class:
ProjectRoleManager.ProjectIdToProjectRoleIdsMap

public static interface ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Iterator

Iterator interface for this map


Method Summary
 boolean hasNext()
          Implement this method to return true if there are more elements in this map to iterate over, false otherwise
 ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry next()
          Implements this method to return next element of the iteration
 

Method Detail

hasNext

boolean hasNext()
Implement this method to return true if there are more elements in this map to iterate over, false otherwise

Returns:
true if there are more elements to iterate over

next

ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry next()
Implements this method to return next element of the iteration

Returns:
next map entry


Copyright © 2002-2009 Atlassian. All Rights Reserved.