Class KeyScanCursor<K>

  • Type Parameters:
    K - Key type.

    public class KeyScanCursor<K>
    extends ScanCursor
    Cursor providing a list of keys.
    Since:
    3.0
    Author:
    Mark Paluch
    • Constructor Detail

      • KeyScanCursor

        public KeyScanCursor()
    • Method Detail

      • getKeys

        public List<K> getKeys()