Uses of Class
de.espirit.common.util.Pair

Packages that use Pair
de.espirit.common.util   
de.espirit.firstspirit.access.editor.value   
de.espirit.firstspirit.access.project   
de.espirit.firstspirit.access.schedule   
de.espirit.firstspirit.storage   
 

Uses of Pair in de.espirit.common.util
 

Methods in de.espirit.common.util that return Pair
static
<K,V> Pair<K,V>
Pair.create(K key, V value)
          Create a pair with the given key and value.
 

Uses of Pair in de.espirit.firstspirit.access.editor.value
 

Methods in de.espirit.firstspirit.access.editor.value that return types with arguments of type Pair
 List<Pair<Section,Modification>> SectionList.diff(SectionList others)
          Compute the difference to the given list.
 

Uses of Pair in de.espirit.firstspirit.access.project
 

Methods in de.espirit.firstspirit.access.project that return Pair
 Pair<String,String> InlinePreviewConstraints.getGDataAPiCredentials()
          Get the store google api user credentials.
 

Methods in de.espirit.firstspirit.access.project that return types with arguments of type Pair
 Iterable<Pair<String,Revision>> Project.getTaggedRevisions()
          Deprecated. since 4.2.400 - use Project.getTags(Revision, int)
 

Methods in de.espirit.firstspirit.access.project with parameters of type Pair
 void InlinePreviewConstraints.setGDataApiCredentials(Pair<String,String> credentials)
          The google api user credentials used for uploading, downloading, locking remote documents.
 

Uses of Pair in de.espirit.firstspirit.access.schedule
 

Methods in de.espirit.firstspirit.access.schedule that return types with arguments of type Pair
 List<Pair<Language,TemplateSet>> GenerateTask.getGenerateList()
          Get a list of language/template set combinations which should be generated.
 

Uses of Pair in de.espirit.firstspirit.storage
 

Methods in de.espirit.firstspirit.storage that return types with arguments of type Pair
 Map<BasicElementInfo,Pair<Integer,Integer>> ChildrenChangeDetail.getReorderedElements()
          Returns an unmodifiable map of elements which were reordered during the change of the belonging children list.
 



Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480