Uses of Class
de.aitools.aq.invertedindex.core.Configuration.KeySorting

Packages that use Configuration.KeySorting
de.aitools.aq.invertedindex.core   
 

Uses of Configuration.KeySorting in de.aitools.aq.invertedindex.core
 

Methods in de.aitools.aq.invertedindex.core that return Configuration.KeySorting
 Configuration.KeySorting Configuration.getKeySorting()
          Returns the mode of the key sorting.
static Configuration.KeySorting Configuration.KeySorting.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Configuration.KeySorting[] Configuration.KeySorting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.aitools.aq.invertedindex.core with parameters of type Configuration.KeySorting
 void Configuration.setKeySorting(Configuration.KeySorting sorting)
          Sets the mode of the key sorting.