|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HashObjCharMap<K>
An interface for ObjCharMaps, based on hash tables.
HashObjCharMapFactory,
HashObjCharMaps| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
HashObjSet<Map.Entry<K,Character>> |
entrySet()
|
HashObjSet<K> |
keySet()
|
| Methods inherited from interface net.openhft.collect.map.ObjCharMap |
|---|
addValue, addValue, compute, computeIfAbsent, computeIfPresent, containsValue, containsValue, cursor, defaultValue, forEach, forEachWhile, get, getChar, getOrDefault, getOrDefault, keyEquivalence, merge, put, put, putIfAbsent, putIfAbsent, remove, remove, remove, removeAsChar, 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 |
|---|
@Nonnull HashObjSet<K> keySet()
ObjCharMap
keySet in interface Map<K,Character>keySet in interface ObjCharMap<K>@Nonnull HashObjSet<Map.Entry<K,Character>> entrySet()
ObjCharMap
entrySet in interface Map<K,Character>entrySet in interface ObjCharMap<K>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||