Module lettuce.core

Class MapScanCursor<K,​V>

java.lang.Object
io.lettuce.core.ScanCursor
io.lettuce.core.MapScanCursor<K,​V>
Type Parameters:
K - Key type.
V - Value type.

public class MapScanCursor<K,​V>
extends ScanCursor
Scan cursor for maps.
Since:
3.0
Author:
Mark Paluch
  • Constructor Details

    • MapScanCursor

      public MapScanCursor()
  • Method Details

    • getMap

      public Map<K,​V> getMap()
      Returns:
      the map result.