| Package | Description |
|---|---|
| tl.lin.data.map |
| Modifier and Type | Method and Description |
|---|---|
MapKI.Entry<K>[] |
HMapKI.getEntriesSortedByKey() |
MapKI.Entry<K>[] |
HMapKI.getEntriesSortedByKey(int n) |
MapKI.Entry<K>[] |
HMapKI.getEntriesSortedByValue()
Returns entries sorted by descending value.
|
MapKI.Entry<K>[] |
HMapKI.getEntriesSortedByValue(int n)
Returns top n entries sorted by descending value.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MapKI.Entry<K>> |
HMapKI.entrySet() |
Set<MapKI.Entry<K>> |
MapKI.entrySet()
Returns a
Set view of the mappings contained in this map. |
Copyright © 2018. All rights reserved.