Uses of Class
de.olafpanz.translationtable.TranslationEntry

Uses of TranslationEntry in de.olafpanz.translationtable
 

Fields in de.olafpanz.translationtable with type parameters of type TranslationEntry
private static java.util.Comparator<TranslationEntry> CodeGenerator.SORT_BY_TYPE_COMPARATOR
          Compare translation entries by its type
private  java.util.Set<TranslationEntry> TranslationDocument.translations
          All translation entries.
 

Methods in de.olafpanz.translationtable that return types with arguments of type TranslationEntry
 java.util.Set<TranslationEntry> TranslationDocument.getTranslations()
          All translation entries.
 

Methods in de.olafpanz.translationtable with parameters of type TranslationEntry
 boolean TranslationDocument.addTranslation(TranslationEntry entry)
          Add a translation key
 int TranslationEntry.compareTo(TranslationEntry arg0)
          Compare with another translation entry by key.