Class IBmLongSet.Entry

  • Enclosing interface:
    IBmLongSet

    public static class IBmLongSet.Entry
    extends Object
    A set entry.
    • Constructor Detail

      • Entry

        public Entry​(long key)
        Constructs a new instance.
        Parameters:
        key - the key associated with the entry.
    • Method Detail

      • getKey

        public long getKey()
        Gets the key associated with the entry.
        Returns:
        the key.