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