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

get

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

Get the value in a slot.

Parameters

slot - The slot.

Return
The value, if present.