|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PairOfLongInt | |
|---|---|
| edu.umd.cloud9.io.pair | |
| edu.umd.cloud9.util.count | |
| Uses of PairOfLongInt in edu.umd.cloud9.io.pair |
|---|
| Methods in edu.umd.cloud9.io.pair that return PairOfLongInt | |
|---|---|
PairOfLongInt |
PairOfLongInt.clone()
Clones this object. |
static PairOfLongInt |
Pair.of(long left,
int right)
|
| Methods in edu.umd.cloud9.io.pair with parameters of type PairOfLongInt | |
|---|---|
int |
PairOfLongInt.compareTo(PairOfLongInt obj)
Defines a natural sort order for pairs. |
| Uses of PairOfLongInt in edu.umd.cloud9.util.count |
|---|
| Methods in edu.umd.cloud9.util.count that return types with arguments of type PairOfLongInt | |
|---|---|
List<PairOfLongInt> |
Long2IntFrequencyDistribution.getFrequencySortedEvents()
Returns events sorted by frequency of occurrence. |
List<PairOfLongInt> |
Long2IntFrequencyDistribution.getFrequencySortedEvents(int n)
Returns top n events sorted by frequency of occurrence. |
List<PairOfLongInt> |
Long2IntFrequencyDistribution.getSortedEvents()
Returns events in sorted order. |
List<PairOfLongInt> |
Long2IntFrequencyDistribution.getSortedEvents(int n)
Returns top n events in sorted order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||