|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HashShortObjMap<V>
An interface for ShortObjMaps, based on hash tables.
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 |
|---|
@Nonnull HashShortSet keySet()
ShortObjMap
keySet in interface Map<Short,V>keySet in interface ShortObjMap<V>@Nonnull HashObjSet<Map.Entry<Short,V>> entrySet()
ShortObjMap
entrySet in interface Map<Short,V>entrySet in interface ShortObjMap<V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||