textmaven.dictionaries
Interface IDictionarySource
- All Superinterfaces:
- IBaseDictionary
- All Known Subinterfaces:
- IDictionary, IModifiableDictionary
- All Known Implementing Classes:
- CompositeDictionary, CSVDictionary, DBDictionary, Dictionary, DictionaryProxy, LuceneDictionary, XMLDictionary
- public interface IDictionarySource
- extends IBaseDictionary
Represents a dictionary no direct access services but only an iterator to iterate over
all translations. Dictionaries implementing this interface can be used as master dictionaries
to generate other dictionaries, provided they implement the IDictionaryWriter
interface.
- Author:
- krebtho
translations
public java.util.Iterator translations()
- Returns iterator returning translations
Translation
- Returns:
- Iterator
Copyright © 2002-2005 Sourceforge. All Rights Reserved.