Uses of Class
de.aitools.aq.invertedindex.core.Quantile.Order

Packages that use Quantile.Order
de.aitools.aq.invertedindex.core   
 

Uses of Quantile.Order in de.aitools.aq.invertedindex.core
 

Methods in de.aitools.aq.invertedindex.core that return Quantile.Order
static Quantile.Order Quantile.Order.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Quantile.Order[] Quantile.Order.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 Quantile.Order
 int Quantile.get(Quantile.Order order)
          Get the value for the given order.
 Postlist<E> IndexSearcher.search(java.lang.String key, Quantile.Order order)
           
 void Quantile.set(Quantile.Order order, int value)
          Set the value for the given order.