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
-
Method Details
-
getKey
T getKey()Returns the key at the current cursor position- Returns:
- the key at the current cursor position
-