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