Class IBmLongSet.Entry
java.lang.Object
com._1c.g5.v8.bm.common.collections.IBmLongSet.Entry
- Enclosing interface:
- IBmLongSet
A set entry.
-
Constructor Summary
Constructors -
Method Summary
-
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.
-