|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PairOfInts | |
|---|---|
| tl.lin.data.fd | |
| tl.lin.data.pair | |
| Uses of PairOfInts in tl.lin.data.fd |
|---|
| Methods in tl.lin.data.fd that return types with arguments of type PairOfInts | |
|---|---|
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. |
| Uses of PairOfInts in tl.lin.data.pair |
|---|
| Methods in tl.lin.data.pair that return PairOfInts | |
|---|---|
PairOfInts |
PairOfInts.clone()
Clones this object. |
static PairOfInts |
Pair.of(int left,
int right)
|
| Methods in tl.lin.data.pair with parameters of type PairOfInts | |
|---|---|
int |
PairOfInts.compareTo(PairOfInts pair)
Defines a natural sort order for pairs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||