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