|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HashObjByteMap<K>
An interface for ObjByteMaps, based on hash tables.
HashObjByteMapFactory,
HashObjByteMaps| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
HashObjSet<Map.Entry<K,Byte>> |
entrySet()
|
HashObjSet<K> |
keySet()
|
| Methods inherited from interface net.openhft.collect.map.ObjByteMap |
|---|
addValue, addValue, compute, computeIfAbsent, computeIfPresent, containsValue, containsValue, cursor, defaultValue, forEach, forEachWhile, get, getByte, getOrDefault, getOrDefault, keyEquivalence, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, removeAsByte, removeIf, replace, replace, replace, replace, replaceAll, values |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, equals, hashCode, isEmpty, putAll, size |
| Methods inherited from interface net.openhft.collect.hash.HashContainer |
|---|
currentLoad, ensureCapacity, hashConfig, shrink |
| Methods inherited from interface net.openhft.collect.Container |
|---|
clear, isEmpty, size, sizeAsLong |
| Method Detail |
|---|
@Nonnull HashObjSet<K> keySet()
ObjByteMap
keySet in interface Map<K,Byte>keySet in interface ObjByteMap<K>@Nonnull HashObjSet<Map.Entry<K,Byte>> entrySet()
ObjByteMap
entrySet in interface Map<K,Byte>entrySet in interface ObjByteMap<K>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||