Uses of Class
com.atlassian.jira.util.lang.Pair

Packages that use Pair
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.util.lang   
 

Uses of Pair in com.atlassian.jira.bc.issue.watcher
 

Methods in com.atlassian.jira.bc.issue.watcher that return types with arguments of type Pair
 ServiceOutcome<Pair<Integer,List<User>>> WatcherService.getWatchers(Issue issue, User remoteUser)
          Deprecated. since v4.3. Use WatcherService.getWatchers(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead.
 ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> WatcherService.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a the total number of watchers for a given issue in the first element of the returned Pair, and the list of visible watchers in the second element of the Pair.
 

Uses of Pair in com.atlassian.jira.util.lang
 

Methods in com.atlassian.jira.util.lang that return Pair
static
<U,V> Pair<U,V>
Pair.nicePairOf(U first, V second)
          A pair that does allows null values.
static
<U,V> Pair<U,V>
Pair.of(U first, V second)
          By default we create a strict pair of non-null values.
static
<U,V> Pair<U,V>
Pair.strictPairOf(U first, V second)
          A pair that doesn't allow null values.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.