Class SoftReferenceMap<K,V>
- java.lang.Object
-
- io.netty.handler.codec.serialization.ReferenceMap<K,V>
-
- io.netty.handler.codec.serialization.SoftReferenceMap<K,V>
-
- All Implemented Interfaces:
java.util.Map<K,V>
final class SoftReferenceMap<K,V> extends ReferenceMap<K,V>
-
-
Constructor Summary
Constructors Constructor Description SoftReferenceMap(java.util.Map<K,java.lang.ref.Reference<V>> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.ref.Reference<V>
fold(V value)
-
Methods inherited from class io.netty.handler.codec.serialization.ReferenceMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
-
-