| Package | Description |
|---|---|
| tl.lin.data.fd | |
| tl.lin.data.pair |
| Modifier and Type | Method and Description |
|---|---|
List<PairOfIntLong> |
Int2LongFrequencyDistributionEntry.getEntries(SortableEntries.Order ordering) |
List<PairOfIntLong> |
Int2LongFrequencyDistributionEntry.getEntries(SortableEntries.Order ordering,
int n) |
Iterator<PairOfIntLong> |
Int2LongFrequencyDistributionEntry.iterator()
Iterator returns the same object every time, just with a different payload.
|
| Modifier and Type | Method and Description |
|---|---|
PairOfIntLong |
PairOfIntLong.clone()
Clones this object.
|
static PairOfIntLong |
Pair.of(int left,
long right) |
| Modifier and Type | Method and Description |
|---|---|
int |
PairOfIntLong.compareTo(PairOfIntLong pair)
Defines a natural sort order for pairs.
|
Copyright © 2018. All rights reserved.