| Package | Description | 
|---|---|
| org.apache.jackrabbit.commons.flat | 
| Modifier and Type | Method and Description | 
|---|---|
| static <S extends Comparable<S>> | Rank. rank(Collection<S> values,
    Class<S> componentType)Create a new instance of  Rankfor a given collection ofvalues. | 
| static <S extends Comparable<S>> | Rank. rank(Iterator<S> values,
    Class<S> componentType,
    int count)Create a new instance of  Rankfor the firstcountvalues in a a given iterator ofvalues. | 
| static <S extends Comparable<S>> | Rank. rank(S[] values)Create a new instance of  Rankfor a given array ofvalues. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.