net.openhft.collect.map.hash
Interface HashObjShortMap<K>

All Superinterfaces:
Container, HashContainer, Map<K,Short>, ObjShortMap<K>

public interface HashObjShortMap<K>
extends ObjShortMap<K>, HashContainer

An interface for ObjShortMaps, based on hash tables.

See Also:
HashObjShortMapFactory, HashObjShortMaps

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 HashObjSet<Map.Entry<K,Short>> entrySet()
          
 HashObjSet<K> keySet()
          
 
Methods inherited from interface net.openhft.collect.map.ObjShortMap
addValue, addValue, compute, computeIfAbsent, computeIfPresent, containsValue, containsValue, cursor, defaultValue, forEach, forEachWhile, get, getOrDefault, getOrDefault, getShort, keyEquivalence, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, removeAsShort, 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

keySet

@Nonnull
HashObjSet<K> keySet()
Description copied from interface: ObjShortMap

Specified by:
keySet in interface Map<K,Short>
Specified by:
keySet in interface ObjShortMap<K>

entrySet

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

Specified by:
entrySet in interface Map<K,Short>
Specified by:
entrySet in interface ObjShortMap<K>