Interface CursorItemPacketView

All Superinterfaces:
PacketView

public interface CursorItemPacketView extends PacketView
Lazy copy-on-write view of the carried cursor item.
  • Method Details

    • item

      NativeItem item()
      Returns the borrowed item; valid only while this view is active.
    • item

      void item(NativeItem value)