public class ByteTreeMap<V> extends ByteMap<V>
Modifier and Type | Class and Description |
---|---|
static class |
ByteTreeMap.SortedKeys |
ByteMap.Entries<V>, ByteMap.Entry<V>, ByteMap.Keys, ByteMap.Values<V>
Constructor and Description |
---|
ByteTreeMap() |
ByteTreeMap(ByteMap<? extends V> map) |
ByteTreeMap(int initialCapacity) |
ByteTreeMap(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
ByteMap.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.
|
ByteMap.Keys |
descendingKeys() |
V |
put(byte key,
V value) |
void |
putAll(ByteMap<V> map) |
V |
remove(byte key) |
containsKey, containsValue, ensureCapacity, entries, equals, findKey, get, get, hashCode, iterator, keys, shrink, toString, values
public ByteTreeMap()
public ByteTreeMap(int initialCapacity)
public ByteTreeMap(int initialCapacity, float loadFactor)
public void clear(int maximumCapacity)
ByteMap
public ByteMap.Keys ascendingKeys()
public ByteMap.Keys descendingKeys()