Uses of Class
com.atlassian.jira.util.collect.MemoizingMap.Master

Packages that use MemoizingMap.Master
com.atlassian.jira.mail   
com.atlassian.jira.util.collect   
 

Uses of MemoizingMap.Master in com.atlassian.jira.mail
 

Methods in com.atlassian.jira.mail that return MemoizingMap.Master
static MemoizingMap.Master<String,Object> JiraMailQueueUtils.getContextParamsMaster()
          Get the context params needed by the body of JIRA messages
 

Uses of MemoizingMap.Master in com.atlassian.jira.util.collect
 

Methods in com.atlassian.jira.util.collect that return MemoizingMap.Master
 MemoizingMap.Master<K,V> MemoizingMap.Master.combine(MemoizingMap.Master<K,V> other)
          Make a composite MemoizingMap.Master of the other and this master.
 MemoizingMap.Master<K,V> MemoizingMap.Master.Builder.master()
           
 

Methods in com.atlassian.jira.util.collect with parameters of type MemoizingMap.Master
 MemoizingMap.Master<K,V> MemoizingMap.Master.combine(MemoizingMap.Master<K,V> other)
          Make a composite MemoizingMap.Master of the other and this master.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.