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