Package nom.tam.util

Interface CursorValue<T>

Type Parameters:
T - The generic type of key that this cursor uses
All Known Implementing Classes:
HeaderCard

public interface CursorValue<T>
Interface for cursor-based access to keys
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the key at the current cursor position
  • Method Details

    • getKey

      T getKey()
      Returns the key at the current cursor position
      Returns:
      the key at the current cursor position