Class IBmLongSet.Entry

java.lang.Object
com._1c.g5.v8.bm.common.collections.IBmLongSet.Entry
Enclosing interface:
IBmLongSet

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

    • Entry

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

    • getKey

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