Package org.stianloader.concurrent
-
Class Summary Class Description ConcurrentInt62Set A concurrent set for 62 bit unsigned integers, that is all integers between 0 and 1L << 62 - 1 (or 0x3FFF_FFFF_FFFF_FFFF).
| Class | Description |
|---|---|
| ConcurrentInt62Set |
A concurrent set for 62 bit unsigned integers, that is all integers between 0 and 1L << 62 - 1
(or 0x3FFF_FFFF_FFFF_FFFF).
|