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

Packages that use Pair
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.util.cache   
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<java.lang.Integer,java.util.List<com.opensymphony.user.User>>> WatcherService.getWatchers(Issue issue, com.opensymphony.user.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.
 ServiceOutcome<Pair<java.lang.Integer,java.util.List<com.opensymphony.user.User>>> DefaultWatcherService.getWatchers(Issue issue, com.opensymphony.user.User remoteUser)
           
 

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

Method parameters in com.atlassian.jira.util.cache with type arguments of type Pair
static
<M,N,W> GenericCompositeKeyCache<M,N,W>
GenericCompositeKeyCache.newCache(Function<Pair<M,N>,W> valueRetriever)
          Static factory method for convenient instantiation.
 

Constructor parameters in com.atlassian.jira.util.cache with type arguments of type Pair
GenericCompositeKeyCache(Function<Pair<K,L>,V> valueRetriever)
           
 

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.of(U first, V second)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.