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

All Superinterfaces:
Container, HashContainer, Map<Short,V>, ShortObjMap<V>

public interface HashShortObjMap<V>
extends ShortObjMap<V>, HashContainer

An interface for ShortObjMaps, based on hash tables.

See Also:
HashShortObjMapFactory, HashShortObjMaps

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 HashObjSet<Map.Entry<Short,V>> entrySet()
          
 HashShortSet keySet()
          
 
Methods inherited from interface net.openhft.collect.map.ShortObjMap
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
HashShortSet keySet()
Description copied from interface: ShortObjMap

Specified by:
keySet in interface Map<Short,V>
Specified by:
keySet in interface ShortObjMap<V>

entrySet

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

Specified by:
entrySet in interface Map<Short,V>
Specified by:
entrySet in interface ShortObjMap<V>