|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HashDoubleObjMap<V>
An interface for DoubleObjMaps, based on hash tables.
HashDoubleObjMapFactory,
HashDoubleObjMaps| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
HashObjSet<Map.Entry<Double,V>> |
entrySet()
|
HashDoubleSet |
keySet()
|
| Methods inherited from interface net.openhft.collect.map.DoubleObjMap |
|---|
compute, computeIfAbsent, computeIfPresent, containsKey, containsKey, cursor, forEach, forEachWhile, get, get, getOrDefault, getOrDefault, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeIf, replace, replace, replace, replace, replaceAll, valueEquivalence, values |
| Methods inherited from interface java.util.Map |
|---|
clear, containsValue, 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 HashDoubleSet keySet()
DoubleObjMap
keySet in interface DoubleObjMap<V>keySet in interface Map<Double,V>@Nonnull HashObjSet<Map.Entry<Double,V>> entrySet()
DoubleObjMap
entrySet in interface DoubleObjMap<V>entrySet in interface Map<Double,V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||