Uses of Class
com.e1c.langtool.external.cache.TranslationResultEntity
Packages that use TranslationResultEntity
-
Uses of TranslationResultEntity in com.e1c.langtool.external.cache
Methods in com.e1c.langtool.external.cache that return TranslationResultEntityMethods in com.e1c.langtool.external.cache that return types with arguments of type TranslationResultEntityMethods in com.e1c.langtool.external.cache with parameters of type TranslationResultEntityModifier and TypeMethodDescriptionvoidTranslationCache.put(TranslationQueryEntity key, TranslationResultEntity value) Method parameters in com.e1c.langtool.external.cache with type arguments of type TranslationResultEntityModifier and TypeMethodDescriptionvoidTranslationCache.putAll(Map<? extends TranslationQueryEntity, ? extends TranslationResultEntity> map) -
Uses of TranslationResultEntity in com.e1c.langtool.internal.external.cache
Methods in com.e1c.langtool.internal.external.cache that return TranslationResultEntityMethods in com.e1c.langtool.internal.external.cache that return types with arguments of type TranslationResultEntityMethods in com.e1c.langtool.internal.external.cache with parameters of type TranslationResultEntityModifier and TypeMethodDescriptionvoidSharedTranslationCache.put(TranslationQueryEntity key, TranslationResultEntity value) Method parameters in com.e1c.langtool.internal.external.cache with type arguments of type TranslationResultEntityModifier and TypeMethodDescriptionvoidSharedTranslationCache.putAll(Map<? extends TranslationQueryEntity, ? extends TranslationResultEntity> map)