Uses of Class
org.apache.jackrabbit.commons.flat.Rank
-
Packages that use Rank Package Description org.apache.jackrabbit.commons.flat -
-
Uses of Rank in org.apache.jackrabbit.commons.flat
Methods in org.apache.jackrabbit.commons.flat that return Rank Modifier and Type Method Description static <S extends Comparable<S>>
Rank<S>Rank. rank(Collection<S> values, Class<S> componentType)Create a new instance ofRankfor a given collection ofvalues.static <S extends Comparable<S>>
Rank<S>Rank. rank(Iterator<S> values, Class<S> componentType, int count)Create a new instance ofRankfor the firstcountvalues in a a given iterator ofvalues.static <S extends Comparable<S>>
Rank<S>Rank. rank(S[] values)Create a new instance ofRankfor a given array ofvalues.
-