Class MapScanResult<K,V>

java.lang.Object
org.redisson.client.protocol.decoder.MapScanResult<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
ScanResult<Map.Entry<K,V>>
Direct Known Subclasses:
MapCacheScanResult

public class MapScanResult<K,V> extends Object implements ScanResult<Map.Entry<K,V>>
Author:
Nikita Koksharov