Uses of Class
org.apache.jackrabbit.commons.flat.Rank

Packages that use Rank
org.apache.jackrabbit.commons.flat   
 

Uses of Rank in org.apache.jackrabbit.commons.flat
 

Methods in org.apache.jackrabbit.commons.flat that return Rank
static
<S extends Comparable<S>>
Rank<S>
Rank.rank(Collection<S> values, Class<S> componentType)
          Create a new instance of Rank for a given collection of values.
static
<S extends Comparable<S>>
Rank<S>
Rank.rank(Iterator<S> values, Class<S> componentType, int count)
          Create a new instance of Rank for the first count values in a a given iterator of values.
static
<S extends Comparable<S>>
Rank<S>
Rank.rank(S[] values)
          Create a new instance of Rank for a given array of values.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.