concurrent / org.apache.tuweni.concurrent / AtomicSlotMap / get

get

@Nullable fun get(slot: K): V? (source)

Get the value in a slot.

Parameters

slot - K: The slot.

Return
V?: The value, if present.