static fun <V : Any!> positiveIntegerSlots(): AtomicSlotMap<Int!, V>!
Create a slot map over the range of integers > 0.
- The type of values to store in the map.
Return AtomicSlotMap<Int!, V>!: A new slot map.