K - Key.V - Value.public class SortedList<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SortedList() |
SortedList(int initialCapacity) |
SortedList(int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K offset,
V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2017 51Degrees. All rights reserved.