Class WeakReferenceMap<K,V>
java.lang.Object
io.netty.handler.codec.serialization.ReferenceMap<K,V>
io.netty.handler.codec.serialization.WeakReferenceMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty.handler.codec.serialization.ReferenceMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
WeakReferenceMap
-
-
Method Details
-
fold
- Specified by:
fold
in classReferenceMap<K,
V>
-