Interface SortedIndex.IndexEntry

    • Method Detail

      • key

        long key()
        Gets a value representing the key of the entry. The Key should not change for the lifetime of the entry and should be very cheap to return (as it is used very frequently).
        Returns:
        The entry key.