| 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
Rank for a given collection of
values. |
static <S extends Comparable<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.rank(S[] values)
Create a new instance of
Rank for a given array of
values. |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.