|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HashObjLongMap<K>
An interface for ObjLongMaps, based on hash tables.
HashObjLongMapFactory,
HashObjLongMaps| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
HashObjSet<Map.Entry<K,Long>> |
entrySet()
|
HashObjSet<K> |
keySet()
|
| Methods inherited from interface net.openhft.collect.map.ObjLongMap |
|---|
addValue, addValue, compute, computeIfAbsent, computeIfPresent, containsValue, containsValue, cursor, defaultValue, forEach, forEachWhile, get, getLong, getOrDefault, getOrDefault, keyEquivalence, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, removeAsLong, 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()
ObjLongMap
keySet in interface Map<K,Long>keySet in interface ObjLongMap<K>@Nonnull HashObjSet<Map.Entry<K,Long>> entrySet()
ObjLongMap
entrySet in interface Map<K,Long>entrySet in interface ObjLongMap<K>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||