Interface Array.Entry

    • Method Detail

      • getIndex

        int getIndex()
        Get the index of the entry
        Returns:
        the entry's index; never null
      • getValue

        Value getValue()
        Get the value of the entry.
        Returns:
        the entry's value; may be null