tuweni / org.apache.tuweni.concurrent / AtomicSlotMap / positiveIntegerSlots

positiveIntegerSlots

static fun <V : Any> positiveIntegerSlots(): AtomicSlotMap<Int, V> (source)

Create a slot map over the range of integers > 0.

Parameters

- The type of values to store in the map.

Return
A new slot map.