| Constructor and Description |
|---|
SortedByteArrayMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Comparator<? super byte[]> |
comparator() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<byte[],byte[]>> |
entrySet() |
boolean |
equals(Object obj) |
byte[] |
firstKey() |
void |
forEach(BiConsumer<? super byte[],? super byte[]> action) |
byte[] |
get(Object key) |
int |
hashCode() |
SortedMap<byte[],byte[]> |
headMap(byte[] toKey) |
boolean |
isEmpty() |
Set<byte[]> |
keySet() |
byte[] |
lastKey() |
byte[] |
put(byte[] key,
byte[] value) |
void |
putAll(Map<? extends byte[],? extends byte[]> m) |
byte[] |
putIfAbsent(byte[] key,
byte[] value) |
byte[] |
remove(Object key) |
byte[] |
replace(byte[] key,
byte[] value) |
boolean |
replace(byte[] key,
byte[] oldValue,
byte[] newValue) |
int |
size() |
SortedMap<byte[],byte[]> |
subMap(byte[] fromKey,
byte[] toKey) |
SortedMap<byte[],byte[]> |
tailMap(byte[] fromKey) |
String |
toString() |
Collection<byte[]> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, getOrDefault, merge, remove, replaceAllpublic void forEach(BiConsumer<? super byte[],? super byte[]> action)
public boolean containsKey(Object key)
containsKey in interface Map<byte[],byte[]>public boolean containsValue(Object value)
containsValue in interface Map<byte[],byte[]>public void putAll(Map<? extends byte[],? extends byte[]> m)
public byte[] putIfAbsent(byte[] key,
byte[] value)
putIfAbsent in interface Map<byte[],byte[]>public boolean replace(byte[] key,
byte[] oldValue,
byte[] newValue)
public byte[] replace(byte[] key,
byte[] value)
public Comparator<? super byte[]> comparator()
comparator in interface SortedMap<byte[],byte[]>public SortedMap<byte[],byte[]> subMap(byte[] fromKey, byte[] toKey)
public SortedMap<byte[],byte[]> headMap(byte[] toKey)
public SortedMap<byte[],byte[]> tailMap(byte[] fromKey)
public Set<byte[]> keySet()
public Collection<byte[]> values()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2022. All rights reserved.