Uses of Class
com.e1c.langtool.common.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.e1c.langtool.common
Methods in com.e1c.langtool.common that return types with arguments of type Pair -
Uses of Pair in com.e1c.langtool.internal.stat
Methods in com.e1c.langtool.internal.stat that return types with arguments of type PairModifier and TypeMethodDescription@NonNull Iterator<Pair<org.eclipse.core.runtime.IPath,Statistics>> CompositeStatisticsProvider.statisticsIterator()@NonNull Iterator<Pair<org.eclipse.core.runtime.IPath,Statistics>> EmptyStatisticsProvider.statisticsIterator() -
Uses of Pair in com.e1c.langtool.internal.storage
Methods in com.e1c.langtool.internal.storage that return PairModifier and TypeMethodDescriptionprotected Pair<ITranslatingProject,TranslateLanguage> AbstractStorageTranslationProvider.getTargetProjectAndLanguage(String projectName, String sourceLocale, String targetLocale, FeatureSettings settings) -
Uses of Pair in com.e1c.langtool.stat
Methods in com.e1c.langtool.stat that return types with arguments of type PairModifier and TypeMethodDescriptiondefault List<Pair<org.eclipse.core.runtime.IPath,Statistics>> IStatisticsExporter.sortStatisticsByPath(Iterator<Pair<org.eclipse.core.runtime.IPath, Statistics>> iterator) Sorts a collection of key-value pairs (IPath, Statistics) by the string representation of the key (IPath.toString()), specifically for organizing statistics associated with paths in ascending order.@NonNull Iterator<Pair<org.eclipse.core.runtime.IPath,Statistics>> StatisticsProvider.statisticsIterator()Returns full project statistics.Method parameters in com.e1c.langtool.stat with type arguments of type PairModifier and TypeMethodDescriptiondefault List<Pair<org.eclipse.core.runtime.IPath,Statistics>> IStatisticsExporter.sortStatisticsByPath(Iterator<Pair<org.eclipse.core.runtime.IPath, Statistics>> iterator) Sorts a collection of key-value pairs (IPath, Statistics) by the string representation of the key (IPath.toString()), specifically for organizing statistics associated with paths in ascending order. -
Uses of Pair in com.e1c.langtool.storage.model
Method parameters in com.e1c.langtool.storage.model with type arguments of type PairModifier and TypeMethodDescriptionstatic org.yaml.snakeyaml.YamlStorageSettingsUtils.createNewValidatingYaml(List<Pair<org.yaml.snakeyaml.nodes.Node, Object>> mapping) Creates the new yaml to validate the settings model. -
Uses of Pair in com.e1c.langtool.ui.editor
Methods in com.e1c.langtool.ui.editor that return types with arguments of type PairModifier and TypeMethodDescriptionprotected Map<Pair<TranslationKey,TranslateLanguage>, String> StorageMediator.getModified()protected Map<Pair<TranslationKey,TranslateLanguage>, String> StorageMediator.getTranslations() -
Uses of Pair in com.e1c.langtool.v8.dt.bsl.translator
Methods in com.e1c.langtool.v8.dt.bsl.translator that return PairModifier and TypeMethodDescriptionBslContextDefMethodOrPropertyNamedProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) LabelNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) MethodNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) ParameterNameProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) VariableNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) XdtoPropertyNameProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) Method parameters in com.e1c.langtool.v8.dt.bsl.translator with type arguments of type PairModifier and TypeMethodDescriptionvoidContextDefBslCacheProvider.onRemoval(com.google.common.cache.RemovalNotification<Pair<org.eclipse.core.resources.IProject, Boolean>, ContextDefCache> notification) -
Uses of Pair in com.e1c.langtool.v8.dt.dcs.translator
Methods in com.e1c.langtool.v8.dt.dcs.translator that return PairModifier and TypeMethodDescriptionExprContentFieldNameContentTranslationProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) -
Uses of Pair in com.e1c.langtool.v8.dt.form
Methods in com.e1c.langtool.v8.dt.form that return types with arguments of type Pair -
Uses of Pair in com.e1c.langtool.v8.dt.form.translator
Methods in com.e1c.langtool.v8.dt.form.translator that return PairModifier and TypeMethodDescriptionDataPathLastSegmentNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) -
Uses of Pair in com.e1c.langtool.v8.dt.internal.translator
Methods in com.e1c.langtool.v8.dt.internal.translator that return PairModifier and TypeMethodDescriptionDelegatingNamedEObjectNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) -
Uses of Pair in com.e1c.langtool.v8.dt.md.translator
Methods in com.e1c.langtool.v8.dt.md.translator that return PairModifier and TypeMethodDescriptionDbViewElementNameProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) DbViewFieldFieldDefNameProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) EmptyRefNameProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) MdObjectNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) PredefinedItemNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) -
Uses of Pair in com.e1c.langtool.v8.dt.right.ql.translator
Methods in com.e1c.langtool.v8.dt.right.ql.translator that return PairModifier and TypeMethodDescriptionGets the name extracted from template name and position of name.TemplateCallNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) -
Uses of Pair in com.e1c.langtool.v8.dt.rights.translator
Methods in com.e1c.langtool.v8.dt.rights.translator that return PairModifier and TypeMethodDescriptionRestrictionTemplateNamedProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider) -
Uses of Pair in com.e1c.langtool.v8.dt.sync
Fields in com.e1c.langtool.v8.dt.sync with type parameters of type PairMethods in com.e1c.langtool.v8.dt.sync with parameters of type PairModifier and TypeMethodDescriptionprotected StringAbstractEObjectCopier.computeIfAbsent(Pair<org.eclipse.emf.ecore.EObject, String> key, com.google.inject.Provider<String> provider) -
Uses of Pair in com.e1c.langtool.v8.dt.translator
Methods in com.e1c.langtool.v8.dt.translator that return PairModifier and TypeMethodDescriptionDuallyNamedElementNameProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) INamedEObjectNameProvider.getTranslatedName(@Nullable org.eclipse.emf.ecore.EObject object, @NonNull IProjectTranslationProvider translationProvider) Gets the pair of source and translated name for specified project.NamedElementNameProvider.getTranslatedName(org.eclipse.emf.ecore.EObject object, IProjectTranslationProvider translationProvider)