K - generic keyV - generic valuepublic interface IndexedNavigableMap<K,V> extends NavigableMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<K,V> |
exactEntry(int index)
Returns a key-value mapping associated with the key located at the index offset from the beginning of the sorted
map
|
K |
exactKey(int index)
Returns the key located at the index offset from the beginning of the sorted map
|
int |
keyIndex(K k)
Searches the specified tree map for the specified key using the put algorithm.
|
ceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMapcomparator, entrySet, firstKey, keySet, lastKey, valuesclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeMap.Entry<K,V> exactEntry(int index)
index - index of the keykey located at the index (@code index) offset from the beginning of the
sorted mapArrayIndexOutOfBoundsException - if the specified index is less than 0 or greater than size-1K exactKey(int index)
index - index of the keykey located at the index (@code index) offset from the beginning of the sorted mapArrayIndexOutOfBoundsException - if the specified index is less than 0 or greater than size-1int keyIndex(K k)
k - the keyNullPointerException - if the specified key is null or does not existCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.