Class MapSchema.MapWrapper<K,V>
java.lang.Object
io.protostuff.MapSchema.MapWrapper<K,V>
- All Implemented Interfaces:
Map.Entry<K,V>
-
Field Details
-
map
-
value
V valueA temporary storage for the value if the key is not yet available.
-
-
Constructor Details
-
MapWrapper
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
put
-