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