Package net.thevpc.naru.api.util
Class NaruLongHashSet
java.lang.Object
net.thevpc.naru.api.util.NaruLongHashSet
Hash set of primitive longs using open addressing with linear probing.
O(1) average insert/lookup, no ordering guarantee.
Optimized for small sets with frequent membership tests.
Not thread-safe — synchronize externally.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NaruLongHashSet
public NaruLongHashSet() -
NaruLongHashSet
public NaruLongHashSet(int initialCapacity)
-
-
Method Details