net.openhft.collect.map.hash
Interface HashDoubleObjMap<V>

All Superinterfaces:
Container, DoubleObjMap<V>, HashContainer, Map<Double,V>

public interface HashDoubleObjMap<V>
extends DoubleObjMap<V>, HashContainer

An interface for DoubleObjMaps, based on hash tables.

See Also:
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

keySet

@Nonnull
HashDoubleSet keySet()
Description copied from interface: DoubleObjMap

Specified by:
keySet in interface DoubleObjMap<V>
Specified by:
keySet in interface Map<Double,V>

entrySet

@Nonnull
HashObjSet<Map.Entry<Double,V>> entrySet()
Description copied from interface: DoubleObjMap

Specified by:
entrySet in interface DoubleObjMap<V>
Specified by:
entrySet in interface Map<Double,V>