Class Entry


public class Entry extends Native
Entry represents a key-value pair entry in a native data structure.

Entry provides methods to retrieve the key and value associated with the entry.

  • Method Details

    • getKey

      public String getKey()
    • getValue

      public Value getValue()