public class ShortTreeMap<V> extends ShortMap<V>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShortTreeMap.SortedKeys |
ShortMap.Entries<V>, ShortMap.Entry<V>, ShortMap.Keys, ShortMap.Values<V>| Constructor and Description |
|---|
ShortTreeMap() |
ShortTreeMap(int initialCapacity) |
ShortTreeMap(int initialCapacity,
float loadFactor) |
ShortTreeMap(ShortMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
ShortMap.Keys |
ascendingKeys() |
void |
clear() |
void |
clear(int maximumCapacity)
Clears the map and reduces the size of the backing arrays to be the specified capacity if they are larger.
|
ShortMap.Keys |
descendingKeys() |
V |
put(short key,
V value) |
void |
putAll(ShortMap<V> map) |
V |
remove(short key) |
containsKey, containsValue, ensureCapacity, entries, equals, findKey, get, get, hashCode, iterator, keys, shrink, toString, valuespublic ShortTreeMap()
public ShortTreeMap(int initialCapacity)
public ShortTreeMap(int initialCapacity,
float loadFactor)
public void clear(int maximumCapacity)
ShortMappublic ShortMap.Keys ascendingKeys()
public ShortMap.Keys descendingKeys()